17 lines
556 B
Bash
17 lines
556 B
Bash
# Template file for 'jobflow'
|
|
pkgname=jobflow
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Like GNU parallel, but much faster and memory-efficient"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/rofl0r/jobflow"
|
|
changelog="https://github.com/rofl0r/jobflow/releases"
|
|
distfiles="http://ftp.barfooze.de/pub/sabotage/tarballs/jobflow-${version}.tar.bz2"
|
|
checksum=a8fb51e17bb8483fe591aa3d16ffb22f0a7575b5407bdd0af4e4ee2d899d184b
|
|
|
|
post_extract() {
|
|
vsed -e 's;prefix;PREFIX;g' -i Makefile
|
|
}
|