void-packages/srcpkgs/execline-man-pages/template
2021-10-12 16:47:23 -03:00

20 lines
630 B
Bash

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