New package: sxhkd-git-20130812

This commit is contained in:
Ypnose 2013-08-12 19:45:21 +02:00
parent a3cdea959d
commit fd172c1425

View file

@ -0,0 +1,34 @@
# Template file for 'sxhkd-git'
pkgname=sxhkd-git
version=20130812
revision=1
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel"
short_desc="Simple X HotKey Daemon"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="BSD"
homepage="https://github.com/baskerville/sxhkd"
nofetch=yes
noextract=yes
do_fetch() {
local url="git://github.com/baskerville/sxhkd"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
do_build() {
sed -i 's/LIBS =/LIBS +=/g' Makefile
make CC=$CC INCS="-I." ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
sxhkd-git_package() {
pkg_install() {
vmove usr
}
}