[arch-commits] Commit in perl-proc-simple/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Aug 1 12:05:06 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:05:05
Author: foutrelis
Revision: 366651
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 366650, perl-proc-simple/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: perl-proc-simple/repos/community-staging-any/PKGBUILD (from rev 366650, perl-proc-simple/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 12:05:05 UTC (rev 366651)
@@ -0,0 +1,35 @@
+# $Id$
+# 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=4
+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