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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 12:05:26 UTC 2019


    Date: Saturday, May 25, 2019 @ 12:05:25
  Author: foutrelis
Revision: 470602

archrelease: copy trunk to community-staging-any

Added:
  perl-proc-simple/repos/community-staging-any/
  perl-proc-simple/repos/community-staging-any/PKGBUILD
    (from rev 470601, perl-proc-simple/trunk/PKGBUILD)

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

Copied: perl-proc-simple/repos/community-staging-any/PKGBUILD (from rev 470601, perl-proc-simple/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 12:05:25 UTC (rev 470602)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-proc-simple
+pkgver=1.32
+pkgrel=5
+pkgdesc="launch and control background processes"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.mcpan.org/dist/Proc-Simple'
+source=("http://search.mcpan.org/CPAN/authors/id/M/MS/MSCHILLI/Proc-Simple-$pkgver.tar.gz")
+sha512sums=('bb054a7ee2ee36abd2e807b24f5a316902008645e940a9ac3248bfbf2d9ef1a7d0797f14143fa96b09481ec6485a340ea2789929e05da07dd487a76780e1502d')
+_distdir="Proc-Simple-$pkgver"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list