18 lines
480 B
Text
18 lines
480 B
Text
|
# 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}
|
||
|
}
|