# Contributor: Kiyoshi Aman # Maintainer: Adélie Perl Team pkgname=perl-sort-key pkgver=1.33 pkgrel=0 pkgdesc="Perl module for fast sorting" url="https://metacpan.org/pod/Sort::Key" arch="all" license="Artistic-1.0-Perl" depends="" makedepends="perl-dev" install="" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/S/SA/SALVA/Sort-Key-$pkgver.tar.gz" builddir="$srcdir/Sort-Key-$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="cf87cd2f5c0eea662dbdaf7faed5646ebd63925c71a093a79a9980d6de290b1128443954675893f263961e68d1db0e9e4ca1412a2734ce8dcdd271bcf4f1be17 Sort-Key-1.33.tar.gz"