contrib/gpp/Pkgfile
2020-08-06 10:48:42 +00:00

20 lines
401 B
Plaintext

# Description: A general-purpose preprocessor with customizable syntax.
# URL: http://en.nothingisreal.com/wiki/GPP
# Maintainer: Danny Rawlins, crux at romster dot me
name=gpp
version=2.27
release=1
source=(https://files.nothingisreal.com/software/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}