summaryrefslogtreecommitdiff
path: root/devel/scdoc/MAKEPKG
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /devel/scdoc/MAKEPKG
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'devel/scdoc/MAKEPKG')
-rw-r--r--devel/scdoc/MAKEPKG26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/scdoc/MAKEPKG b/devel/scdoc/MAKEPKG
new file mode 100644
index 0000000..d2bec88
--- /dev/null
+++ b/devel/scdoc/MAKEPKG
@@ -0,0 +1,26 @@
+#!/bin/mkpkg
+# description: Simple man page generator for POSIX systems
+# url: https://git.sr.ht/~sircmpwn/scdoc
+
+name=scdoc
+version=1.11.5
+release=1
+source=(https://git.sr.ht/~sircmpwn/scdoc/archive/$version.tar.gz)
+renames=($name-$version.tar.xz)
+sha256sums=(
+ "98780bbdf16c1bce89ef3a8c0f537ac6e4ea77087b609e7698857614488a2a62"
+)
+
+build() {
+ cd $name-$version
+
+ make PREFIX=/usr PCDIR=/usr/lib/pkgconfig
+ make DESTDIR=$PKG PREFIX=/usr PCDIR=/usr/lib/pkgconfig install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh