mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-09 01:24:35 +02:00
31 lines
927 B
Text
31 lines
927 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=perl-cache-simple-timedexpiry
|
|
_pkgreal=Cache-Simple-TimedExpiry
|
|
pkgver=0.27
|
|
pkgrel=5
|
|
pkgdesc="Cache::Simple::TimedExpiry perl module"
|
|
url="https://metacpan.org/release/Cache-Simple-TimedExpiry/"
|
|
arch="noarch"
|
|
license="Artistic-1.0-Perl OR GPL-1.0-or-later"
|
|
depends="perl"
|
|
makedepends="perl-module-install"
|
|
subpackages="$pkgname-doc"
|
|
source="https://cpan.metacpan.org/authors/id/J/JE/JESSE/Cache-Simple-TimedExpiry-$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="80317eab341d307ad9d0fd76a92726a2d963deb9a5397ceb1a1383f0f8c5ca07e8553307d15f5a23f0c1b0a2765c1bba83bf1cdfc963e9e3271399c2d12cd79f Cache-Simple-TimedExpiry-0.27.tar.gz"
|