Skip to content

Instantly share code, notes, and snippets.

@iley
Created October 5, 2012 15:37
Show Gist options
  • Select an option

  • Save iley/3840569 to your computer and use it in GitHub Desktop.

Select an option

Save iley/3840569 to your computer and use it in GitHub Desktop.
kbdd 0.6.2 pkgbuild
pkgname=kbdd
pkgver=0.6.2
pkgrel=1
pkgdesc="Simple daemon and library to make per window layout."
arch=('i686' 'x86_64')
url="https://github.com/qnikst/kbdd"
license=('GPL3')
depends=()
source=("https://github.com/downloads/qnikst/$pkgname/$pkgname-$pkgver.tar.bz2")
md5sums=('961d7d8f78674b4d6ce250fb4732bf0f')
build() {
cd "$startdir/src/$pkgname-$pkgver" || return 1
aclocal && automake --add-missing && autoreconf || return 1
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="$startdir/pkg" install || return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment