diff options
Diffstat (limited to 'user/perl-ipc-run')
-rw-r--r-- | user/perl-ipc-run/APKBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/user/perl-ipc-run/APKBUILD b/user/perl-ipc-run/APKBUILD index c78ee10fb..590b3b4d8 100644 --- a/user/perl-ipc-run/APKBUILD +++ b/user/perl-ipc-run/APKBUILD @@ -1,7 +1,11 @@ # Contributor: Dan Theisen <djt@hxx.in> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-ipc-run -pkgver=20180523.0 +_pkgreal=IPC-Run +_author=TODDR +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=20231003.0 pkgrel=0 pkgdesc="system() and background procs w/ piping, redirs, ptys" url="https://metacpan.org/pod/IPC::Run" @@ -9,26 +13,22 @@ arch="noarch" license="GPL-1.0+ OR Artistic-1.0-Perl" depends="perl" makedepends="perl-dev" -install="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz" -builddir="$srcdir/IPC-Run-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="e9d97cbec9f2607d1a89c1a06bd166ae2f030157f201e870df3b88b9f0b915b06a4b0db05b7f50daa4883de255e29c6898b1f9964d706739d4bf7034b53d7f89 IPC-Run-20180523.0.tar.gz" +sha512sums="81b94715e61f2a302ba4cfbd03f6af14ab66d438dfdf58187ccf8b0f7ff562fd343ef560ad48dad8118342dd493530560ac89beca6de2818663d556d18feff90 IPC-Run-20231003.0.tar.gz" |