From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- devel/scdoc/MAKEPKG | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 devel/scdoc/MAKEPKG (limited to 'devel/scdoc/MAKEPKG') 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 -- cgit v1.3.1