19 lines
602 B
Bash
19 lines
602 B
Bash
# Template file for 'parallel'
|
|
pkgname=parallel
|
|
version=20190622
|
|
revision=1
|
|
archs="noarch"
|
|
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=3f1dfd8c450db7e70e44220e2edd4e214ba1540eebaabeeb5636d0c47b5eaeec
|
|
|
|
pre_configure() {
|
|
# no html and pdf doc
|
|
sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
|
|
}
|