void-packages/srcpkgs/parallel/template
2022-03-24 15:52:34 +01:00

18 lines
587 B
Bash

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