void-packages/srcpkgs/parallel/template

20 lines
611 B
Bash

# Template file for 'parallel'
pkgname=parallel
version=20230122
revision=1
build_style=gnu-configure
hostmakedepends="perl"
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=9c7c44070cca3118e72380086cb6cc3662be27c3e56b6ac93449cd4ef3edc204
pre_configure() {
# no html and pdf doc
vsed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
}