# Contributor: Henrik Riomar # Maintainer: Henrik Riomar pkgname=scdoc pkgver="1.4.1" 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" 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="d2adc3d312bdd79e75e16ee1a3b77138ec92fa304882cc1b3e63bc1b7b7ef797502e34ba9e71d6ce5fbb40fcd8c15077d3b30144e26bc231b5f375c0785df7be scdoc-1.4.1.tar.xz"