From ce3fa2ad332fdf9aee1dee44f6f0220e9afb2176 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 1 Feb 2021 00:44:10 +0200 Subject: [PATCH] New package: s6-man-pages-2.10.0.1.1. --- srcpkgs/s6-man-pages/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/s6-man-pages/template 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 +}