pod2mdoc: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-22 00:03:41 +01:00 committed by maxice8
parent fd4e9af8a3
commit 8d7f896e8f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pod2mdoc'
pkgname=pod2mdoc
version=0.2
revision=1
revision=2
build_style=gnu-makefile
short_desc="Convert perl documentation (POD) into man pages (mdoc)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -16,4 +16,6 @@ post_extract() {
do_install() {
vbin pod2mdoc
vman pod2mdoc.1
sed -n '/Copyright/,/CONNECTION\./p' pod2mdoc.c > LICENSE
vlicense LICENSE
}