ports/opt (3.5): paper: initial release
commit 85d388d88c74f137b0857ee5a9562e48d3c8561a Author: Juergen Daubert <jue@jue.li> Date: Tue Jul 30 15:55:25 2019 +0200 paper: initial release diff --git a/paper/.footprint b/paper/.footprint new file mode 100644 index 000000000..7a5bb0a52 --- /dev/null +++ b/paper/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/paperspecs +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/paper +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/paper/ +-rwxr-xr-x root/root usr/lib/paper/localepaper +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/paper.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/paperspecs.5.gz diff --git a/paper/.signature b/paper/.signature new file mode 100644 index 000000000..645f5d9b5 --- /dev/null +++ b/paper/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/fXyvM8oE+XOCgywDME2qKqOOL8u1Zz1RXpcB9WLPptfwydHbO3K6f6K2lUbKv4ePp+NVOJdnw4oN7crxEG+mQs= +SHA256 (Pkgfile) = f4a9de4b5a03191481cd127fc776a0fdd598604747c4206ce5ec0f520a23ef4e +SHA256 (.footprint) = 18217c4b7f4d64174776f7a7ac27f54ea3318fe593cad82a00f86b600e9807e4 +SHA256 (paper-2.0.tar.xz) = 9acfa58cbeaa61c897c9b9e0de4d3943041ea0b1340014f69f393b3d9421b651 diff --git a/paper/Pkgfile b/paper/Pkgfile new file mode 100644 index 000000000..e8a0453eb --- /dev/null +++ b/paper/Pkgfile @@ -0,0 +1,18 @@ +# Description: Utility to set the default paper size +# URL: https://github.com/rrthomas/paper/ +# Maintainer: Juergen Daubert, jue at crux dot nu + +name=paper +version=2.0 +release=1 +source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz) + +build () { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/paper + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc +}
participants (1)
-
crux@crux.nu