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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:38:44 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:38:43
  Author: felixonmars
Revision: 659818

archrelease: copy trunk to community-staging-any

Added:
  perl-ipc-run/repos/community-staging-any/
  perl-ipc-run/repos/community-staging-any/PKGBUILD
    (from rev 659817, perl-ipc-run/trunk/PKGBUILD)

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

Copied: perl-ipc-run/repos/community-staging-any/PKGBUILD (from rev 659817, perl-ipc-run/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:38:43 UTC (rev 659818)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-ipc-run
+pkgver=20180523.0
+pkgrel=2
+pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
+arch=('any')
+url="https://search.cpan.org/dist/IPC-Run"
+license=('GPL' 'PerlArtistic')
+# IPC::Run depends on IO::Pty which is provided by perl-io-tty
+depends=('perl' 'perl-io-tty')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz")
+sha256sums=('3850d7edf8a4671391c6e99bb770698e1c45da55b323b31c76310913349b6c2f')
+
+build() {
+  cd "$srcdir"/IPC-Run-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/IPC-Run-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}



More information about the arch-commits mailing list