void-packages/srcpkgs/s6-networking-man-pages/template

20 lines
655 B
Bash

# Template file for 's6-networking-man-pages'
pkgname=s6-networking-man-pages
version=2.5.0.0.2
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
short_desc="Mdoc versions of the documentation for the s6-networking suite"
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
do_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man7
make MANPATH="${DESTDIR}/usr/share/man"
vlicense LICENSE
}