summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7ce4f2169a18e11c3e019ab82468cdb25f32ad2e (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
27
28
# Maintainer: Christian Hesse <mail@eworm.de>

pkgname=netlink-notify
pkgver=0.7.4
pkgrel=2
pkgdesc='Notify about netlink changes'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/netlink-notify'
depends=('libnotify')
makedepends=('markdown')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('eff4c57d1513ce8586beb51990d39488560eb842cefccfe6bd7ef21dc19c50aa'
            'SKIP')

build() {
	cd ${pkgname}-${pkgver}/

	make
}

package() {
	cd ${pkgname}-${pkgver}/

	make DESTDIR="${pkgdir}" install
}