diff options
Diffstat (limited to 'system/perl-test-simple')
-rw-r--r-- | system/perl-test-simple/APKBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/system/perl-test-simple/APKBUILD b/system/perl-test-simple/APKBUILD index 00702bc44..8bf0a6281 100644 --- a/system/perl-test-simple/APKBUILD +++ b/system/perl-test-simple/APKBUILD @@ -1,18 +1,20 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-test-simple _pkgreal=Test-Simple -pkgver=1.302166 +_author=EXODIST +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=1.302198 pkgrel=0 pkgdesc="Basic utilities for writing Perl tests" url="https://metacpan.org/release/Test-Simple" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" -provides="perl-test-tester" -depends="" -makedepends="perl-dev" +depends="perl" +makedepends="" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { @@ -29,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="7bf1759d265f1c9dec01cf42baf0359926e1bb955ebe93b9c9f3d918932cdc39cabd07e18fa2e899540ae5495d7be5b21877cc74805e911db9a9abaf154cefd5 Test-Simple-1.302166.tar.gz" +sha512sums="b59ed1033338219cd6352f825ed3657b6dc8e2cd38ac7ccd062181b2e2076d6ba48a7d559a20f75e68718165874231c2434f3a73b78d645947d129ebf1d8b04e Test-Simple-1.302198.tar.gz" |