diff options
Diffstat (limited to 'user/perl-test-utf8/APKBUILD')
-rw-r--r-- | user/perl-test-utf8/APKBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/user/perl-test-utf8/APKBUILD b/user/perl-test-utf8/APKBUILD index ee562a170..b4bb3a5d7 100644 --- a/user/perl-test-utf8/APKBUILD +++ b/user/perl-test-utf8/APKBUILD @@ -1,34 +1,34 @@ # 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-test-utf8 -pkgver=1.01 +_pkgreal=Test-utf8 +_author=MARKF +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} +pkgver=1.02 pkgrel=0 pkgdesc="Handy UTF8 tests" url="https://metacpan.org/pod/Test::utf8" arch="noarch" -license="Artistic-1.0-Perl AND GPL-2.0" +license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" makedepends="perl-dev perl-module-install" -install="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz" -builddir="$srcdir/Test-utf8-$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="07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e Test-utf8-1.01.tar.gz" +sha512sums="f544174ad570c5e027acf66dcf335ddc4be3727488559933a389dbd7f2214e66490f96d0e816677310468076719d891fa3da80524b2b10345d8be8eebf4a1469 Test-utf8-1.02.tar.gz" |