20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'execline-man-pages'
|
|
pkgname=execline-man-pages
|
|
version=2.8.0.1.1
|
|
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=4e03d919660ffa1ec0713af0ebf6f7214d3f18a1633e1f97155da120824bcb92
|
|
|
|
do_install() {
|
|
vmkdir usr/share/man/man1
|
|
vmkdir usr/share/man/man7
|
|
make MANPATH="${DESTDIR}/usr/share/man"
|
|
vlicense LICENSE
|
|
}
|