### this file is sourced not run
PKGVER=1.46.5
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=help2man-1.46.5.tar.xz
MD5SUM=5df3ca890ea472bd44fd3cc4ecd0f09e
SRC_URL=http://ftp.gnu.org/gnu/help2man/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='help2man: help2man 1.46.5 (Generate manpages from program help)
help2man: 
help2man: This program is intended to provide an easy way for software authors 
help2man: to include a manual page in their distribution without having to 
help2man: maintain that document. Given a program which produces reasonably 
help2man: standard --help and --version outputs, help2man can re-arrange 
help2man: that output into something which resembles a manual page.
help2man: https://www.gnu.org/software/help2man/
help2man: 
help2man: 
help2man: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


