# Maintainer: A. Wilcox pkgname=help2man pkgver=1.48.5 pkgrel=0 pkgdesc="Create simple man pages from --help output" url="https://www.gnu.org/software/help2man" arch="noarch" options="!check" # No test suite license="GPL-3.0+" depends="perl" makedepends="gettext-tiny" subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var make } package() { make DESTDIR="$pkgdir" install } sha512sums="800eb0daa9daef8e423d52ede55eee2960122ea0269865295afada4cf4fcc1c6791da8429c3a57c0fc1bf0a14c8a77953952325413a8faa5dd07b1bc5bc0edd1 help2man-1.48.5.tar.xz"