New package: mopag-git

This commit is contained in:
Ypnose 2014-04-14 21:00:59 +02:00
parent a95492f512
commit 138f52d948
1 changed files with 17 additions and 0 deletions

View 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}
}