void-packages/srcpkgs/sxhkd-git/template
2014-08-20 12:15:48 +00:00

24 lines
613 B
Plaintext

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