summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4ab7636b82888741540d80a7e51fdb56ac8d1257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Benjamin Bolton benjamin@bennybolton.com

pkgname=bkeyd
pkgver=0.1.0
pkgrel=1
pkgdesc="Lightweight hot-key daemon independent of X"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/bkeyd"
license=('GPL')
makedepends=(linux-api-headers)
source=("http://sourceforge.net/projects/bkeyd/files/bkeyd-$pkgver.tar.gz")
md5sums=('05807e2007173619153704e84257c272')

build(){
	cd "$srcdir/$pkgname-$pkgver"
	make
}

package(){
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir/" install
}