[arch-commits] Commit in parallel/repos (2 files)

Johannes Löthberg demize at archlinux.org
Tue Dec 19 18:17:28 UTC 2017


    Date: Tuesday, December 19, 2017 @ 18:17:27
  Author: demize
Revision: 274907

archrelease: copy trunk to community-testing-any

Added:
  parallel/repos/community-testing-any/
  parallel/repos/community-testing-any/PKGBUILD
    (from rev 274906, parallel/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: parallel/repos/community-testing-any/PKGBUILD (from rev 274906, parallel/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2017-12-19 18:17:27 UTC (rev 274907)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Vianney le Clément <vleclement AT gmail·com>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=parallel
+pkgver=20171122
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('55bbdfe11936324ce4f8a7f8a0a292f8'
+         'SKIP')
+sha1sums=('366367057f0a30b7b7b1613d71a64d2dc9b89a1c'
+          'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
+
+build() {
+  cd parallel-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd parallel-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list