New package: pod2mdoc-0.1.
This commit is contained in:
parent
921307aee7
commit
b4a8447388
1 changed files with 16 additions and 0 deletions
16
srcpkgs/pod2mdoc/template
Normal file
16
srcpkgs/pod2mdoc/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'pod2mdoc'
|
||||
pkgname=pod2mdoc
|
||||
version=0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Convert perl documentation (POD) into man pages (mdoc)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://mdocml.bsd.lv/pod2mdoc"
|
||||
distfiles="http://mdocml.bsd.lv/pod2mdoc/snapshots/${pkgname}-${version}.tgz"
|
||||
checksum=ebde31b464356529f8fd04e87b5cd520d8a96710feb212c7a9b0029de35a8015
|
||||
|
||||
do_install() {
|
||||
vbin pod2mdoc
|
||||
vman pod2mdoc.1
|
||||
}
|
Loading…
Reference in a new issue