New package: texi2mdoc-0.1.2.

This commit is contained in:
Juan RP 2015-03-02 15:25:48 +01:00
parent 358a2ead80
commit 92b3f056c4
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'texi2mdoc'
pkgname=texi2mdoc
version=0.1.2
revision=1
build_style=gnu-makefile
short_desc="Convert Texinfo documentation into man pages (mdoc)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="ISC"
homepage="http://mdocml.bsd.lv/texi2mdoc"
distfiles="http://mdocml.bsd.lv/texi2mdoc/snapshots/${pkgname}-${version}.tgz"
checksum=7a45fd87c27cc8970a18db9ddddb2f09f18b8dd5152bf0ca377c3a5e7d304bfe
do_install() {
vbin texi2mdoc
vman texi2mdoc.1
}