void-packages/srcpkgs/help2man/template
2013-04-11 09:10:30 +02:00

20 lines
530 B
Plaintext

# Template file for 'help2man'
pkgname=help2man
version=1.41.1
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=3a650ada9453700e34355770d4f74f257fb1dda1a0f24f44b8a3c1d4cb1ee40d
help2man_package() {
depends="${hostmakedepends}"
pkg_install() {
vmove usr
}
}