# Template file for 'parallel' pkgname=parallel version=20200722 revision=1 archs="noarch" build_style=gnu-configure depends="perl" checkdepends="perl" short_desc="Shell tool for executing jobs in parallel" maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/parallel/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=4801d44f2f71eed26386a0623a6fb3cadd7fa7ec2b5a7bbc5b7b52e2a0450d6f pre_configure() { # no html and pdf doc sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in }