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