22 lines
467 B
Bash
22 lines
467 B
Bash
# Template file for 'pp'
|
|
pkgname=pp
|
|
version=1.0.11
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="Simple preprocessor"
|
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|
license="ISC"
|
|
homepage="https://adi.onl/pp.html"
|
|
distfiles="https://adi.onl/pp/pp@${version}.tgz"
|
|
checksum=b3eff814cbb351fd957e8faf3252f7dee1c97759f451e8ec892815cc384a3af0
|
|
|
|
do_build() {
|
|
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
vman pp.1
|
|
}
|