void-packages/srcpkgs/parallel/template
2018-09-23 14:22:00 +02:00

19 lines
598 B
Bash

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