New package: mopag-git
This commit is contained in:
parent
a95492f512
commit
138f52d948
1 changed files with 17 additions and 0 deletions
17
srcpkgs/mopag-git/template
Normal file
17
srcpkgs/mopag-git/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'mopag-git'
|
||||||
|
pkgname=mopag-git
|
||||||
|
version=20140414
|
||||||
|
revision=1
|
||||||
|
makedepends="libX11-devel"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_args="INCS=-I. LIBS=-lX11"
|
||||||
|
short_desc="A small pager for monsterwm"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="Public Domain"
|
||||||
|
homepage="https://github.com/c00kiemon5ter/mopag"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
local url="git://github.com/c00kiemon5ter/mopag"
|
||||||
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
}
|
Loading…
Reference in a new issue