New package: s6-man-pages-2.10.0.1.1.

This commit is contained in:
mobinmob 2021-02-01 00:44:10 +02:00 committed by Érico Nogueira Rolim
parent e604665ea2
commit ce3fa2ad33

View file

@ -0,0 +1,20 @@
# Template file for 's6-man-pages'
pkgname=s6-man-pages
version=2.10.0.1.1
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
short_desc="Ports of the HTML documentation for the s6 supervision suite to mdoc(7)"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://github.com/flexibeast/s6-man-pages"
distfiles="https://github.com/flexibeast/s6-man-pages/archive/v${version}.tar.gz"
checksum=de85efead2548166df4450286abbae4f9450dcff49e300ffba2b8e34a362078e
do_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man7
make MANPATH="${DESTDIR}/usr/share/man" install-man
vlicense LICENSE
}