Merge pull request #4613 from diogoleal/txt2man
New package: txt2man-1.5.6
This commit is contained in:
commit
9f337edd2c
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue