void-packages/srcpkgs/help2man/template
2013-07-13 07:04:58 +02:00

20 lines
530 B
Plaintext

# Template file for 'help2man'
pkgname=help2man
version=1.43.3
revision=1
build_style=gnu-configure
hostmakedepends="perl perl-Locale-gettext"
short_desc="GNU conversion tool to create man files"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/software/help2man"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=67978d118980ebd9f0c60be5db129527900a7b997b9568fc795ba9bdb341d303
help2man_package() {
depends="${hostmakedepends}"
pkg_install() {
vmove usr
}
}