diff options
Diffstat (limited to 'user/perl-ipc-run3/APKBUILD')
-rw-r--r-- | user/perl-ipc-run3/APKBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/user/perl-ipc-run3/APKBUILD b/user/perl-ipc-run3/APKBUILD deleted file mode 100644 index 51a428e6d..000000000 --- a/user/perl-ipc-run3/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> -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" |