From 296cc4014e0fabf20d1bc8d2c2e6d9e0ae9dca2c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 8 Feb 2019 17:27:17 +0100 Subject: [PATCH] New package: jobflow-1.2.2 --- srcpkgs/jobflow/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/jobflow/template diff --git a/srcpkgs/jobflow/template b/srcpkgs/jobflow/template new file mode 100644 index 00000000000..86805119fbc --- /dev/null +++ b/srcpkgs/jobflow/template @@ -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 " +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 +}