void-packages/srcpkgs/txt2man/template

23 lines
502 B
Bash
Raw Normal View History

2016-08-14 03:53:57 +00:00
# Template file for 'txt2man'
pkgname=txt2man
2016-08-17 04:35:38 +00:00
version=1.6.0
2016-08-14 03:53:57 +00:00
revision=1
wrksrc=${pkgname}-${pkgname}-${version}
short_desc="Converts text to man page"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2"
homepage="https://github.com/mvertes/txt2man"
distfiles="${homepage}/archive/txt2man-${version}.tar.gz"
2016-08-17 04:35:38 +00:00
checksum=f6939e333a12e1ecceccaa547b58f4bf901a580cd2d8f822f8c292934c920c99
2016-08-14 03:53:57 +00:00
noarch=yes
do_install() {
for docs in *.1; do
vman $docs
done
vbin bookman
vbin src2man
vbin txt2man
}