void-packages/srcpkgs/parallel/template
2021-11-23 14:43:07 +01:00

18 lines
587 B
Bash

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