# Template file for 'sxhkd-git' pkgname=sxhkd-git version=20140820 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="Ypnose " license="BSD" homepage="https://github.com/baskerville/sxhkd" provides="sxhkd-${version}_${revision}" replaces="sxhkd>=0" do_fetch() { local url="git://github.com/baskerville/sxhkd" msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} } post_install() { vinstall LICENSE 644 usr/share/licenses/$pkgname }