New package: xcmenu-git
This commit is contained in:
parent
5bfd17f03a
commit
f5a4fda922
1 changed files with 22 additions and 0 deletions
22
srcpkgs/xcmenu-git/template
Normal file
22
srcpkgs/xcmenu-git/template
Normal file
|
@ -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 <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
|
||||
}
|
Loading…
Reference in a new issue