summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8db02e2ce4ef013dbb2ed3a996a141810ddd2e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Steef Hegeman <mail@steefhegeman.com>
pkgname=snixembed
pkgver=0.3.3
pkgrel=1
pkgdesc="proxy the StatusNotifierItem protocol to the XEmbed System Tray"
url="https://git.sr.ht/~steef/snixembed"
arch=("x86_64")
license=("ISC")
depends=("glib2"
         "gtk3"
         "libdbusmenu-gtk3"
)
makedepends=("vala")
conflicts=("snixembed-git")
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~steef/$pkgname/archive/$pkgver.tar.gz")
md5sums=('aceff2975b478178ad5192909576fa90')

build() {
	cd snixembed-$pkgver
	make
}

package() {
	cd snixembed-$pkgver
	make DESTDIR="$pkgdir" install
}