diff options
Diffstat (limited to 'opt/mandoc')
| -rw-r--r-- | opt/mandoc/.footprint | 30 | ||||
| -rw-r--r-- | opt/mandoc/.signature | 6 | ||||
| -rw-r--r-- | opt/mandoc/MAKEPKG | 35 |
3 files changed, 71 insertions, 0 deletions
diff --git a/opt/mandoc/.footprint b/opt/mandoc/.footprint new file mode 100644 index 0000000..7ba68f5 --- /dev/null +++ b/opt/mandoc/.footprint @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-r-xr-xr-x root/root usr/bin/apropos +-r-xr-xr-x root/root usr/bin/demandoc +-r-xr-xr-x root/root usr/bin/makewhatis +-r-xr-xr-x root/root usr/bin/man +-r-xr-xr-x root/root usr/bin/mandoc +-r-xr-xr-x root/root usr/bin/soelim +-r-xr-xr-x root/root usr/bin/whatis +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-r--r--r-- root/root usr/share/man/man1/apropos.1.gz +-r--r--r-- root/root usr/share/man/man1/demandoc.1.gz +-r--r--r-- root/root usr/share/man/man1/man.1.gz +-r--r--r-- root/root usr/share/man/man1/mandoc.1.gz +-r--r--r-- root/root usr/share/man/man1/soelim.1.gz +-r--r--r-- root/root usr/share/man/man1/whatis.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-r--r--r-- root/root usr/share/man/man5/man.conf.5.gz +-r--r--r-- root/root usr/share/man/man5/mandoc.db.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-r--r--r-- root/root usr/share/man/man7/eqn.7.gz +-r--r--r-- root/root usr/share/man/man7/man.7.gz +-r--r--r-- root/root usr/share/man/man7/mandoc_char.7.gz +-r--r--r-- root/root usr/share/man/man7/mdoc.7.gz +-r--r--r-- root/root usr/share/man/man7/roff.7.gz +-r--r--r-- root/root usr/share/man/man7/tbl.7.gz +drwxr-xr-x root/root usr/share/man/man8/ +-r--r--r-- root/root usr/share/man/man8/makewhatis.8.gz diff --git a/opt/mandoc/.signature b/opt/mandoc/.signature new file mode 100644 index 0000000..161609d --- /dev/null +++ b/opt/mandoc/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mGIpZTiy8xDUIZL+wbKXQ/TG8B4x1H8mN1e7A+bO6HLwd1gfVKx6rDllSzJEvvH+7U12CL3MFY5UNivRrzyY6AI= + +SHA256 (MAKEPKG) = d06eb332901cea3db9338a821e3cf31a83131d63fde040dc9cc4a2de3b4de936 +SHA256 (.footprint) = b25bd3263cf5a2d5fe85edae7f562e6f7d13b263fee96fcbd85ecbf563850d5e +SHA256 (mandoc-1.14.6.tar.gz) = 8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c +SHA256 (mandoc#1.14.6-1.pkg.tar.gz) = fddf431af73432f996a14afb0055df9e5ddf6fc4486e6ea1a92fc811e712096f diff --git a/opt/mandoc/MAKEPKG b/opt/mandoc/MAKEPKG new file mode 100644 index 0000000..6095f82 --- /dev/null +++ b/opt/mandoc/MAKEPKG @@ -0,0 +1,35 @@ +#!/bin/mkpkg +# description: UNIX manpage compiler and viewer +# url: https://mandoc.bsd.lv/ + +name=mandoc +version=1.14.6 +release=1 +depends=(zlib) +source=(https://mandoc.bsd.lv/snapshots/mandoc-$version.tar.gz) +sha256sums=( + "8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c" +) + +build() { + cd $name-$version + + cat > configure.local << EOF +PREFIX=/usr +MANDIR=/usr/share/man +SBINDIR=/usr/bin +UTF8_LOCALE=en_US.UTF-8 +CFLAGS="$CFLAGS" +EOF + + ./configure + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
