# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-hash-multivalue pkgver=0.16 pkgrel=0 pkgdesc="Hash::MultiValue perl module" url="http://search.cpan.org/dist/Hash-MultiValue/" arch="noarch" license="GPL-2.0 or Artistic" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-$pkgver.tar.gz" builddir="$srcdir/Hash-MultiValue-$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="a6e1cab00ff24492bc84343b83a1282ad0eaded6633e7c511389dfb1d21cd8987dc2f1ad9ab69df69f36b651d68c70df3160666ff9ee584dbb1b6ab7095b78ac Hash-MultiValue-0.16.tar.gz"