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.4.1.1.1
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=7606122ab71893fa216b48990d6c2e4eb124490acc237b84972ec6c1096c45f7
do_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man7
make MANPATH="${DESTDIR}/usr/share/man"
vlicense LICENSE
}