Skip to content

Instantly share code, notes, and snippets.

@ricky26
Created December 29, 2013 01:51
Show Gist options
  • Save ricky26/8166576 to your computer and use it in GitHub Desktop.
Save ricky26/8166576 to your computer and use it in GitHub Desktop.
PKGBUILD for kb460ledd
# Maintainer: Ricky Taylor <rickytaylor26@gmail.com>
_gitdir=kb460ledd
pkgname=kb460ledd
pkgver=1.0
pkgrel=1
pkgdesc="A simple daemon to update your KB-460's LEDs from an X-session."
arch=(i686 x86_64)
url="https://github.com/ricky26/kb460ledd.git"
license=('MIT')
groups=()
depends=(libx11)
makedepends=(scons)
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$_gitdir::git+https://github.com/ricky26/kb460ledd.git")
noextract=()
md5sums=('SKIP')
build() {
cd "$srcdir/$_gitdir"
scons .
}
package() {
cd "$srcdir/$_gitdir"
scons PREFIX=$pkgdir $pkgdir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment