20 lines
529 B
Bash
20 lines
529 B
Bash
# Template file for 'pod2mdoc'
|
|
pkgname=pod2mdoc
|
|
version=0.1
|
|
revision=2
|
|
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
|
|
|
|
post_extract() {
|
|
sed -i 's,<sys/time.h>,<time.h>,g' pod2mdoc.c
|
|
}
|
|
|
|
do_install() {
|
|
vbin pod2mdoc
|
|
vman pod2mdoc.1
|
|
}
|