void-packages/srcpkgs/parallel/template

19 lines
562 B
Bash

# Template file for 'parallel'
pkgname=parallel
version=20170922
revision=1
noarch=yes
build_style=gnu-configure
depends="perl"
short_desc="Shell tool for executing jobs in parallel"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="http://www.gnu.org/software/parallel/"
license="GPL-3"
distfiles="${GNU_SITE}/$pkgname/$pkgname-${version}.tar.bz2"
checksum=61820ba6addcb1f9581e159795e92d6a0e4471fb888259b0b1c4b51aab6d1565
pre_configure() {
# no html and pdf doc
sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
}