s6-networking-man-pages: update to 2.5.1.0.1.

This commit is contained in:
mobinmob 2022-01-06 13:33:41 +02:00 committed by Echo
parent 916a44ff19
commit 987d5cd065

View file

@ -1,6 +1,6 @@
# Template file for 's6-networking-man-pages'
pkgname=s6-networking-man-pages
version=2.5.0.0.2
version=2.5.1.0.1
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
@ -9,11 +9,9 @@ maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://github.com/flexibeast/s6-networking-man-pages"
distfiles="https://github.com/flexibeast/s6-networking-man-pages/archive/v${version}.tar.gz"
checksum=70181696bd4acaccf95831a5d3ee25bc5bc0e13c0d36b508ee7a5a9d94e0cc9f
checksum=0def3cc5511f20efd47f967c498e5bd6635b1c9eded738e2fece2f956cb9bc5e
do_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man7
make MANPATH="${DESTDIR}/usr/share/man"
make install DESTDIR="${DESTDIR}"
vlicense LICENSE
}