Skip to content
Snippets Groups Projects
Commit 846bfe00 authored by Henrik Riomar's avatar Henrik Riomar
Browse files

testing/scdoc: new aport

parent b2de6d33
No related branches found
No related tags found
No related merge requests found
# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname=scdoc
pkgver="1.3.4"
pkgrel=0
pkgdesc="simple man page generator written for POSIX systems written in C99"
url="https://git.sr.ht/~sircmpwn/scdoc"
arch="all"
license="MIT"
checkdepends="findutils"
subpackages="$pkgname-doc"
source="https://git.sr.ht/~sircmpwn/$pkgname/snapshot/$pkgname-$pkgver.tar.xz
"
builddir="$srcdir/$pkgname-$pkgver"
check() {
cd "$builddir"
make check
}
build() {
cd "$builddir"
make
}
package() {
cd "$builddir"
make PREFIX="$pkgdir/usr" install
}
sha512sums="9e53ed0f6149d130bfd7be22b8348a8983db85c59eb11e00c0e1089b489ed7356f2d4e6902be1d800a2fe450b7e7556d6e198e5032b4c08da00d935e216f9222 scdoc-1.3.4.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment