22 lines
496 B
Bash
22 lines
496 B
Bash
# Template file for 'pp'
|
|
pkgname=pp
|
|
version=1.0.11
|
|
revision=1
|
|
wrksrc="${pkgname}"
|
|
build_style=gnu-makefile
|
|
short_desc="Simple preprocessor"
|
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
|
license="ISC"
|
|
homepage="https://mkws.sh/pp.html"
|
|
distfiles="https://mkws.sh/pp/pp@${version}.tgz"
|
|
checksum=3b4726a2d2e78349fd5512ea8d4c4f5e8417d5a81e511f74e7efb5f4e03e978c
|
|
|
|
do_build() {
|
|
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
vman pp.1
|
|
}
|