From 31cb956afd8466f8df677a200b52eb100a356b80 Mon Sep 17 00:00:00 2001 From: Síle Ekaterin Liszka Date: Wed, 4 Oct 2023 07:45:48 +0000 Subject: {user => system}/perl-ipc-run3: move --- system/perl-ipc-run3/APKBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 system/perl-ipc-run3/APKBUILD (limited to 'system/perl-ipc-run3/APKBUILD') diff --git a/system/perl-ipc-run3/APKBUILD b/system/perl-ipc-run3/APKBUILD new file mode 100644 index 000000000..51a428e6d --- /dev/null +++ b/system/perl-ipc-run3/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: A. Wilcox +# Maintainer: Síle Ekaterin Liszka +pkgname=perl-ipc-run3 +_pkgreal=IPC-Run3 +_author=RJBS +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=0.048 +pkgrel=0 +pkgdesc="Run a subprocess from Perl with I/O redirection" +url="https://metacpan.org/release/IPC-Run3" +arch="noarch" +license="GPL-1.0+ OR BSD-2-Clause OR Artistic-1.0-Perl OR Artistic-2.0" +depends="perl" +makedepends="perl-dev" +subpackages="$pkgname-doc" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" + +build() { + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + make test +} + +package() { + make DESTDIR="$pkgdir" install + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +sha512sums="50432850d8dccd2e59aa6684d34f3e3242fd7df3eb4d9a5eb02dae389aa46b5fd68cc54114a157c3fe99956e68e74d575ab3db5009b7bf7d5c325f1f109b1262 IPC-Run3-0.048.tar.gz" -- cgit v1.2.3-60-g2f50