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

18 lines
556 B
Bash

# Template file for 's6-man-pages'
pkgname=s6-man-pages
version=2.11.0.0.4
revision=1
build_style=gnu-makefile
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=83d51bc0fd688dc48f84f1b80f55c9c9831a6c000902421947eed1eecfc102cd
pre_install() {
vmkdir usr/share/man/man7
vmkdir usr/share/man/man8
vlicense LICENSE
}