diff --git a/srcpkgs/s6-man-pages/template b/srcpkgs/s6-man-pages/template new file mode 100644 index 00000000000..7b26862c1d1 --- /dev/null +++ b/srcpkgs/s6-man-pages/template @@ -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 " +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 +}