void-packages/srcpkgs/xcmenu-git/template
2014-12-22 12:35:52 +01:00

21 lines
513 B
Text

# Template file for 'xcmenu-git'
pkgname=xcmenu-git
version=20141222
revision=1
build_style=gnu-makefile
hostmakedepends="git"
makedepends="zlib-devel libxcb-devel"
depends="dmenu"
short_desc="Lightweight clipboard manager for X"
maintainer="Duncaen <mail@duncano.de>"
license="WTFPL"
homepage="http://github.com/Cloudef/xcmenu"
do_fetch() {
local url="git://github.com/Cloudef/xcmenu"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
vlicense LICENSE
}