# Template file for 'parallel' pkgname=parallel version=20180822 revision=1 noarch=yes 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=752538c4e49ae0267278fbc8b0dab8aac084e19946a521c12e4bcab6af3b5a4a pre_configure() { # no html and pdf doc sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in }