updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / kbsd / PKGBUILD
blob47458dbb4e6855fe5d027eaa797796e598c1e2d6
1 # Maintainer:  Nico Schottelius <nico-kbsd schottelius.org>
3 pkgname=kbsd
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Setup Keyboard Backlight using the light sensor on MacBooks"
7 url="http://git.schottelius.org/?p=kbsd;a=summary"
8 license=("GPL")
9 arch=("i686" "x86_64")
10 depends=("inotify-tools")
11 source=()
12 md5sums=()
14 gitroot="git://git.schottelius.org/${pkgname}"
16 build() {
17    cd "${srcdir}"
19    git clone "$gitroot"
22 package() {
23    install -Dm 755 $srcdir/$pkgname/kbsd ${pkgdir}/usr/bin/kbsd