mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
22 lines
719 B
Text
22 lines
719 B
Text
# Maintainer: psykose <alice@ayaya.dev>
|
|
pkgname=s6-networking-man-pages
|
|
pkgver=2.5.1.3.1
|
|
pkgrel=1
|
|
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://github.com/flexibeast/s6-networking-man-pages/archive/refs/tags/v$pkgver.tar.gz"
|
|
options="!check" # no tests
|
|
|
|
package() {
|
|
unset MANPATH
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
find "$pkgdir" -type f ! -name "*.gz" \
|
|
-exec gzip -9 {} \;
|
|
}
|
|
|
|
sha512sums="
|
|
404106761152a0ba0e42cd75dce38fa47f0b3bab117c42fa352cd24ea3242e103a889963bca7582aa72812d221d4064244b7c1bdb311e7eb7a802362bc02132b s6-networking-man-pages-2.5.1.3.1.tar.gz
|
|
"
|