void-packages/srcpkgs/execline-man-pages/template
2021-10-30 17:42:03 +02:00

20 lines
630 B
Bash

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