2021-02-14 18:55:49 +01:00
|
|
|
# Template file for 'execline-man-pages'
|
|
|
|
pkgname=execline-man-pages
|
2021-05-02 22:05:43 +02:00
|
|
|
version=2.8.0.1.1
|
2021-02-14 18:55:49 +01:00
|
|
|
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"
|
2021-05-02 22:05:43 +02:00
|
|
|
checksum=4e03d919660ffa1ec0713af0ebf6f7214d3f18a1633e1f97155da120824bcb92
|
2021-02-14 18:55:49 +01:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir usr/share/man/man1
|
|
|
|
vmkdir usr/share/man/man7
|
|
|
|
make MANPATH="${DESTDIR}/usr/share/man"
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|