20 lines
611 B
Bash
20 lines
611 B
Bash
# Template file for 'parallel'
|
|
pkgname=parallel
|
|
version=20241022
|
|
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=6de22bf1c67f7f316670d21ed1a2a32f1214dfbd3e420939ba937925c0a57a12
|
|
|
|
pre_configure() {
|
|
# no html and pdf doc
|
|
vsed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
|
|
}
|