void-packages/srcpkgs/s6-man-pages/template
2021-10-12 16:47:23 -03:00

21 lines
622 B
Bash

# Template file for 's6-man-pages'
pkgname=s6-man-pages
version=2.11.0.0.2
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=0936736aec214ee0be94ecafa6501003d5b36cd5e7e157a00b9d5caf27cd3682
do_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man7
make MANPATH="${DESTDIR}/usr/share/man"
vlicense LICENSE
}