[arch-commits] Commit in perl-ipc-system-simple/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 08:50:37 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:50:36
  Author: bluewind
Revision: 297076

archrelease: copy trunk to staging-any

Added:
  perl-ipc-system-simple/repos/staging-any/
  perl-ipc-system-simple/repos/staging-any/PKGBUILD
    (from rev 297075, perl-ipc-system-simple/trunk/PKGBUILD)

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

Copied: perl-ipc-system-simple/repos/staging-any/PKGBUILD (from rev 297075, perl-ipc-system-simple/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 08:50:36 UTC (rev 297076)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-ipc-system-simple
+pkgver=1.25
+pkgrel=2
+pkgdesc="Run commands simply, with detailed diagnostics"
+arch=('any')
+url="http://search.cpan.org/dist/IPC-System-Simple"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-$pkgver.tar.gz")
+md5sums=('fb49e674e1d52e8e5646d08507d7fda5')
+
+build() {
+  cd IPC-System-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IPC-System-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd IPC-System-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list