# Maintainer: Sergej Pupykin # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman # Contributor: François Charette pkgname=perl-tie-ixhash pkgver=1.23 pkgrel=5 pkgdesc="Indexed hash (ordered array/hash composite)" arch=('any') url="https://search.cpan.org/dist/Tie-IxHash" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') options=('!emptydirs') source=(https://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-$pkgver.tar.gz) sha256sums=('fabb0b8c97e67c9b34b6cc18ed66f6c5e01c55b257dcf007555e0b027d4caf56') build() { cd "$srcdir"/Tie-IxHash-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd "$srcdir"/Tie-IxHash-$pkgver make install DESTDIR="$pkgdir" find "$pkgdir" -name '.packlist' -delete find "$pkgdir" -name '*.pod' -delete }