contrib/gpp/Pkgfile

20 lines
381 B
Plaintext

# Description: A general-purpose preprocessor with customizable syntax.
# URL: http://en.nothingisreal.com/wiki/GPP
# Maintainer: unmaintained
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
}