New package: jobflow-1.2.2

This commit is contained in:
Duncaen 2019-02-08 17:27:17 +01:00
parent d1473013f7
commit 296cc4014e
1 changed files with 15 additions and 0 deletions

15
srcpkgs/jobflow/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'jobflow'
pkgname=jobflow
version=1.2.2
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"
distfiles="http://ftp.barfooze.de/pub/sabotage/tarballs/jobflow-${version}.tar.bz2"
checksum=0074768129267c37f84600b2513564c44ce1f8b0d690819bb57ac426210dcf42
post_extract() {
vsed -e 's;prefix;PREFIX;g' -i Makefile
}