void-packages/srcpkgs/s6-man-pages/template
2021-05-07 23:41:26 -03:00

21 lines
622 B
Bash

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