diff --git a/srcpkgs/execline-man-pages/template b/srcpkgs/execline-man-pages/template new file mode 100644 index 00000000000..54f720e8f16 --- /dev/null +++ b/srcpkgs/execline-man-pages/template @@ -0,0 +1,19 @@ +# Template file for 'execline-man-pages' +pkgname=execline-man-pages +version=2.7.0.1.2 +revision=1 +build_style=gnu-makefile +hostmakedepends="mdocml" +short_desc="Mdoc versions of the documentation for the execline suite" +maintainer="mobinmob " +license="ISC" +homepage="https://github.com/flexibeast/execline-man-pages" +distfiles="https://github.com/flexibeast/execline-man-pages/archive/v${version}.tar.gz" +checksum=e81ae14e87d72c56308b14b1d854a6e56476bc17c48d83d89701e05b67579b8c + +do_install() { + vmkdir usr/share/man/man1 + vmkdir usr/share/man/man7 + make MANPATH="${DESTDIR}/usr/share/man" + vlicense LICENSE +}