summaryrefslogblamecommitdiff
path: root/user/perl-multidimensional/APKBUILD
blob: 5076fab0268d406517fc4a3206b98ad5b11805e8 (plain) (tree)
1
2
3
4
5
6
7

                                                           
                             



                               




                                                                    
                                       
              

                                                                  

                                                                                        

         




                                                                 



                 




                                                                                                                                                                            
# 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 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/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

package() {
	make DESTDIR="$pkgdir" install
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="94c9dabb3023165a8dd140ef791e4aab980e3b604eae06ed0e29290aab67a9302f2cde4c8b394de0b4c55c5f78ce4510db902d615d665bf60b12ec409f341043  multidimensional-0.014.tar.gz"