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