void-packages/srcpkgs/parallel/template
2021-09-24 16:16:23 +02:00

18 lines
587 B
Bash

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