New package: pp-1.0

This commit is contained in:
Paper Mountain Studio 2019-07-01 10:05:39 +02:00 committed by Juan RP
parent 7cf44564e1
commit 480b77854a

22
srcpkgs/pp/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'pp'
pkgname=pp
version=1.0
revision=1
build_style=gnu-makefile
short_desc="Simple preprocessor"
maintainer='Michal V <michal@pmsdev.tk>'
license="ISC"
homepage="https://adi.tilde.institute/${pkgname}/"
distfiles="https://adi.tilde.institute/${pkgname}/${pkgname}-${version}.tgz"
checksum=4c0ea789f58b502b9d9f6a28096c6ee4237b805ab3947c569661906475f3e215
wrksrc="${pkgname}"
do_build() {
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
}
post_install() {
vlicense LICENSE
vdoc README
}