diff --git a/srcpkgs/xcmenu-git/template b/srcpkgs/xcmenu-git/template new file mode 100644 index 0000000000..497be3fca4 --- /dev/null +++ b/srcpkgs/xcmenu-git/template @@ -0,0 +1,22 @@ +# Template file for 'xcmenu-git' +pkgname=xcmenu-git +version=20141222 +revision=1 +only_for_archs="i686 x86_64" +build_style=gnu-makefile +hostmakedepends="git" +makedepends="zlib-devel libxcb-devel" +depends="dmenu" +short_desc="Lightweight clipboard manager for X" +maintainer="Duncaen " +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 +}