summaryrefslogtreecommitdiff
path: root/user/perl-multidimensional/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-multidimensional/APKBUILD')
-rw-r--r--user/perl-multidimensional/APKBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/user/perl-multidimensional/APKBUILD b/user/perl-multidimensional/APKBUILD
index ef431756c..5076fab02 100644
--- a/user/perl-multidimensional/APKBUILD
+++ b/user/perl-multidimensional/APKBUILD
@@ -1,31 +1,32 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
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"
url="https://metacpan.org/pod/multidimensional"
arch="all"
-license="Artistic-1.0-Perl"
-depends=""
+license="Artistic-1.0-Perl OR GPL-1.0+"
+depends="perl"
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
}