opt/psutils/Pkgfile

16 lines
391 B
Plaintext

# Description: Postscript Utilities
# URL: https://github.com/rrthomas/psutils
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: p5-ipc-run3 paper ghostscript
name=psutils
version=2.10
release=1
source=(https://github.com/rrthomas/psutils/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}