summaryrefslogtreecommitdiff
path: root/repo/scdoc/scdoc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/scdoc/scdoc.xibuild')
-rw-r--r--repo/scdoc/scdoc.xibuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/scdoc/scdoc.xibuild b/repo/scdoc/scdoc.xibuild
new file mode 100644
index 0000000..b2d9f2a
--- /dev/null
+++ b/repo/scdoc/scdoc.xibuild
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+MAKEDEPS="python "
+DEPS="pkg-config"
+
+PKG_VER=1.11.2
+SOURCE=https://git.sr.ht/~sircmpwn/scdoc/archive/$PKG_VER.tar.gz
+DESC="Simple man page generator written for POSIX systems written in C99"
+
+build () {
+ make PREFIX="/usr"
+}
+
+package () {
+ make DESTDIR=$PKG_DEST PREFIX="/usr" install
+}