execline-man-pages: update to 2.8.1.0.4.

This commit is contained in:
mobinmob 2022-01-06 13:41:17 +02:00 committed by Echo
parent 012ba1065a
commit 3ec30d9622

View file

@ -1,6 +1,6 @@
# Template file for 'execline-man-pages'
pkgname=execline-man-pages
version=2.8.1.0.3
version=2.8.1.0.4
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
@ -9,11 +9,8 @@ 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
checksum=b535b83dc840b5285a19b9ee0ac3cd739912b069b3c4f3547d8b2ef6c6bcb98b
do_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man7
make MANPATH="${DESTDIR}/usr/share/man"
post_install() {
vlicense LICENSE
}