void-packages/srcpkgs/sxhkd-git/template

24 lines
613 B
Text
Raw Normal View History

2013-08-12 17:45:21 +00:00
# Template file for 'sxhkd-git'
pkgname=sxhkd-git
2014-08-20 12:13:38 +00:00
version=20140820
2014-08-03 15:10:12 +00:00
revision=1
build_style=gnu-makefile
hostmakedepends="git"
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"
2014-05-31 11:27:29 +00:00
provides="sxhkd-${version}_${revision}"
replaces="sxhkd>=0"
2013-08-12 17:45:21 +00:00
do_fetch() {
local url="git://github.com/baskerville/sxhkd"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
2013-08-12 17:45:21 +00:00
vinstall LICENSE 644 usr/share/licenses/$pkgname
}