New package: txt2man-1.5.6
This commit is contained in:
parent
e09b97e374
commit
98cad458f2
1 changed files with 22 additions and 0 deletions
22
srcpkgs/txt2man/template
Normal file
22
srcpkgs/txt2man/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue