summaryrefslogtreecommitdiff
path: root/devel/scdoc/MAKEPKG
diff options
context:
space:
mode:
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