mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
24 lines
790 B
Plaintext
24 lines
790 B
Plaintext
# Maintainer: Peter Shkenev <santurysim@gmail.com>
|
|
pkgname=s6-networking-man-pages
|
|
pkgver=2.7.0.3.1
|
|
pkgrel=0
|
|
pkgdesc="Unofficial mdoc versions of the s6-networking documentation"
|
|
url="https://github.com/flexibeast/s6-networking-man-pages"
|
|
arch="noarch"
|
|
license="ISC"
|
|
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~flexibeast/s6-networking-man-pages/archive/v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
options="!check" # no tests
|
|
install_if="${pkgname%-*-*}>=${pkgver%.*} docs"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
find "$pkgdir" -type f ! -name "*.gz" \
|
|
-exec gzip -9 {} \;
|
|
}
|
|
|
|
sha512sums="
|
|
d56e779dc732b88eabd3fecb18be3387be9d862608221ac3e84693f7bab7081b229f1877c5ca4a9bca0dbc07c1b4c4aa73c44421f6008d82085903540c956eda s6-networking-man-pages-2.7.0.3.1.tar.gz
|
|
"
|