# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-cache-simple-timedexpiry _pkgname="Cache-Simple-TimedExpiry" pkgver=0.27 pkgrel=3 pkgdesc="Cache::Simple::TimedExpiry perl module" url="https://metacpan.org/release/Cache-Simple-TimedExpiry/" arch="noarch" license="GPL-2.0 or Artistic" depends="perl" makedepends="perl-dev perl-module-install" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/J/JE/JESSE/Cache-Simple-TimedExpiry-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$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="80317eab341d307ad9d0fd76a92726a2d963deb9a5397ceb1a1383f0f8c5ca07e8553307d15f5a23f0c1b0a2765c1bba83bf1cdfc963e9e3271399c2d12cd79f Cache-Simple-TimedExpiry-0.27.tar.gz"