22 lines
513 B
Bash
22 lines
513 B
Bash
# 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
|
|
}
|