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