# 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 " 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 }