From b163eb1b88e25226d5a45816367522bffac0a978 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 17 Oct 2019 18:44:40 -0400 Subject: user/perl-*: modernise --- user/perl-multidimensional/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'user/perl-multidimensional/APKBUILD') diff --git a/user/perl-multidimensional/APKBUILD b/user/perl-multidimensional/APKBUILD index ef431756c..97aa29a51 100644 --- a/user/perl-multidimensional/APKBUILD +++ b/user/perl-multidimensional/APKBUILD @@ -1,6 +1,10 @@ # Contributor: Kiyoshi Aman # Maintainer: Adélie Perl Team pkgname=perl-multidimensional +_pkgreal=multidimensional +_author=ILMARI +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.014 pkgrel=0 pkgdesc="Perl module for disabling multidimensional array emulation" @@ -10,22 +14,19 @@ license="Artistic-1.0-Perl" depends="" makedepends="perl-b-hooks-op-check perl-dev perl-extutils-depends" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/I/IL/ILMARI/multidimensional-$pkgver.tar.gz" -builddir="$srcdir/multidimensional-$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 } -- cgit v1.2.3-70-g09d2