Merge pull request #4613 from diogoleal/txt2man

New package: txt2man-1.5.6
This commit is contained in:
Toyam Cox 2016-08-14 11:30:46 -04:00 committed by GitHub
commit 9f337edd2c
1 changed files with 22 additions and 0 deletions

22
srcpkgs/txt2man/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'txt2man'
pkgname=txt2man
version=1.5.6
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"
checksum=df9d972c6930576328b779e64aed6d3e0106118e5a4069172f06db290f32586a
noarch=yes
do_install() {
for docs in *.1; do
vman $docs
done
vbin bookman
vbin src2man
vbin txt2man
}