void-packages/srcpkgs/sxhkd-git/template
2014-04-27 13:04:40 +02:00

25 lines
594 B
Plaintext

# Template file for 'sxhkd-git'
pkgname=sxhkd-git
version=20140427
revision=1
build_style=gnu-makefile
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"
do_fetch() {
local url="git://github.com/baskerville/sxhkd"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
pre_build() {
sed -i 's/LIBS =/LIBS +=/g' Makefile
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}