2019-07-01 08:05:39 +00:00
|
|
|
# Template file for 'pp'
|
|
|
|
pkgname=pp
|
2019-07-25 03:32:18 +00:00
|
|
|
version=1.0.1
|
2019-07-01 08:05:39 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
short_desc="Simple preprocessor"
|
|
|
|
maintainer='Michal V <michal@pmsdev.tk>'
|
|
|
|
license="ISC"
|
2019-07-25 03:32:18 +00:00
|
|
|
homepage="https://adi.tilde.institute/pp/"
|
2019-07-01 08:05:39 +00:00
|
|
|
distfiles="https://adi.tilde.institute/${pkgname}/${pkgname}-${version}.tgz"
|
2019-07-25 03:32:18 +00:00
|
|
|
checksum=90501faa2952223d3e1e3bdae94fe6e911b271678075fee792ba30cc8e3499e0
|
2019-07-01 08:05:39 +00:00
|
|
|
|
|
|
|
wrksrc="${pkgname}"
|
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
vdoc README
|
|
|
|
}
|