diff --git a/srcpkgs/sxhkd/template b/srcpkgs/sxhkd/template new file mode 100644 index 00000000000..8800944f695 --- /dev/null +++ b/srcpkgs/sxhkd/template @@ -0,0 +1,21 @@ +# Template file for 'sxhkd' +pkgname=sxhkd +version=0.5.4 +revision=1 +build_style=gnu-makefile +hostmakedepends="git" +makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel" +short_desc="Simple X HotKey Daemon" +maintainer="Eivind Uggedal " +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 -b${version} ${url} ${pkgname}-${version} +} + +post_install() { + vlicense LICENSE +}