void-packages/srcpkgs/mopag-git/template
2014-04-14 21:00:59 +02:00

18 lines
480 B
Plaintext

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