aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-ipc-run/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-ipc-run/APKBUILD')
-rw-r--r--community/perl-ipc-run/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/perl-ipc-run/APKBUILD b/community/perl-ipc-run/APKBUILD
deleted file mode 100644
index c3b0baceeae..00000000000
--- a/community/perl-ipc-run/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=perl-ipc-run
-_pkgreal=IPC-Run
-pkgver=20200505.0
-pkgrel=1
-pkgdesc="system() and background procs w/ piping, redirs, ptys (Unix, Win32)"
-url="https://metacpan.org/pod/IPC::Run"
-arch="noarch"
-license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-depends="perl-io-tty"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$_pkgreal-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check() {
- make test
-}
-
-build() {
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="6f2e0cdbd66741a5185aa6f79c5d23189f6527e319ead385a033e482abed439a7e7fb1bbb7fa83c91c7b2971b31313a99b2b6510cc6aad3516ae6524a196d57c IPC-Run-20200505.0.tar.gz"