20 lines
655 B
Bash
20 lines
655 B
Bash
# Template file for 's6-networking-man-pages'
|
|
pkgname=s6-networking-man-pages
|
|
version=2.4.1.0.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="mdocml"
|
|
short_desc="Mdoc versions of the documentation for the s6-networking suite"
|
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
|
license="ISC"
|
|
homepage="https://github.com/flexibeast/s6-networking-man-pages"
|
|
distfiles="https://github.com/flexibeast/s6-networking-man-pages/archive/v${version}.tar.gz"
|
|
checksum=e864679744eee8ba8f44297c76422c7a955f6bd973b3462c6ad2406c2d870c6d
|
|
|
|
do_install() {
|
|
vmkdir usr/share/man/man1
|
|
vmkdir usr/share/man/man7
|
|
make MANPATH="${DESTDIR}/usr/share/man"
|
|
vlicense LICENSE
|
|
}
|