New package: execline-man-pages-2.7.0.1.2

This commit is contained in:
mobinmob 2021-02-14 19:55:49 +02:00 committed by Érico Nogueira Rolim
parent 8594407542
commit 71c193e52b

View file

@ -0,0 +1,19 @@
# Template file for 'execline-man-pages'
pkgname=execline-man-pages
version=2.7.0.1.2
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
short_desc="Mdoc versions of the documentation for the execline suite"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://github.com/flexibeast/execline-man-pages"
distfiles="https://github.com/flexibeast/execline-man-pages/archive/v${version}.tar.gz"
checksum=e81ae14e87d72c56308b14b1d854a6e56476bc17c48d83d89701e05b67579b8c
do_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man7
make MANPATH="${DESTDIR}/usr/share/man"
vlicense LICENSE
}