pod2mdoc: rebuild for metadata
This commit is contained in:
parent
fd4e9af8a3
commit
8d7f896e8f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue