summaryrefslogtreecommitdiff
path: root/devel/scdoc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scdoc')
-rw-r--r--devel/scdoc/.footprint12
-rw-r--r--devel/scdoc/.signature6
-rw-r--r--devel/scdoc/MAKEPKG26
3 files changed, 44 insertions, 0 deletions
diff --git a/devel/scdoc/.footprint b/devel/scdoc/.footprint
new file mode 100644
index 0000000..f79b172
--- /dev/null
+++ b/devel/scdoc/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/scdoc
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/scdoc.pc
+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/scdoc.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/scdoc.5.gz
diff --git a/devel/scdoc/.signature b/devel/scdoc/.signature
new file mode 100644
index 0000000..6bf3092
--- /dev/null
+++ b/devel/scdoc/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mJci5EGgM+w0ERAroh79/ZndmOPgoJ7rjRDP/i8HAHroAMwQUum+hly7Ezdzy9+cAgYT+xBpJs7fJa0H95VRyQo=
+
+SHA256 (MAKEPKG) = 2ac147597c1330ae7427eaf879773758474996014587eba266dd5a1f75378a6e
+SHA256 (.footprint) = 343a21ffc95dc0d3be8e9a3e17d01563f28e94339a865e62e412b5e9e7352f87
+SHA256 (scdoc-1.11.5.tar.xz) = 98780bbdf16c1bce89ef3a8c0f537ac6e4ea77087b609e7698857614488a2a62
+SHA256 (scdoc#1.11.5-1.pkg.tar.gz) = 4cd9384fcccac7beda56e59f99b08ecb054f655763e1d77b5df5868de95cc723
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