mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
pod2mdoc: update to 0.2.
This commit is contained in:
parent
b1055b6d0c
commit
e120c8a113
1 changed files with 3 additions and 4 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'pod2mdoc'
|
# Template file for 'pod2mdoc'
|
||||||
pkgname=pod2mdoc
|
pkgname=pod2mdoc
|
||||||
version=0.1
|
version=0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Convert perl documentation (POD) into man pages (mdoc)"
|
short_desc="Convert perl documentation (POD) into man pages (mdoc)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://mdocml.bsd.lv/pod2mdoc"
|
homepage="http://mdocml.bsd.lv/pod2mdoc"
|
||||||
distfiles="http://mdocml.bsd.lv/pod2mdoc/snapshots/${pkgname}-${version}.tgz"
|
distfiles="http://mdocml.bsd.lv/pod2mdoc/snapshots/${pkgname}-${version}.tgz"
|
||||||
checksum=ebde31b464356529f8fd04e87b5cd520d8a96710feb212c7a9b0029de35a8015
|
checksum=74f1fe31f61dc876ae0a5703ecdd73c23c3810f76db7db90182521f4ea26b0fc
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's,<sys/time.h>,<time.h>,g' pod2mdoc.c
|
sed -i 's,<sys/time.h>,<time.h>,g' pod2mdoc.c
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin pod2mdoc
|
vbin pod2mdoc
|
||||||
vman pod2mdoc.1
|
vman pod2mdoc.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue