2013-08-12 17:45:21 +00:00
|
|
|
# Template file for 'sxhkd-git'
|
|
|
|
pkgname=sxhkd-git
|
2013-12-30 17:39:14 +00:00
|
|
|
version=20131230
|
2013-08-12 17:45:21 +00:00
|
|
|
revision=1
|
2013-12-30 17:39:14 +00:00
|
|
|
build_style=gnu-makefile
|
2013-08-12 17:45:21 +00:00
|
|
|
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}
|
|
|
|
}
|
|
|
|
|
2013-12-30 17:39:14 +00:00
|
|
|
pre_build() {
|
2013-08-12 17:45:21 +00:00
|
|
|
sed -i 's/LIBS =/LIBS +=/g' Makefile
|
|
|
|
}
|
|
|
|
|
2013-12-30 17:39:14 +00:00
|
|
|
post_install() {
|
2013-08-12 17:45:21 +00:00
|
|
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
|
|
|
}
|