# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-datetime-locale pkgver=1.24 pkgrel=0 pkgdesc="DateTime::Locale perl module" url="https://search.cpan.org/dist/DateTime-Locale" arch="noarch" license="Artistic-1.0-Perl GPL-1.0-or-later" depends="perl perl-cpan-meta-check perl-dist-checkconflicts perl-file-sharedir perl-file-sharedir-install perl-list-moreutils perl-namespace-autoclean perl-params-validate perl-params-validationcompiler perl-scalar-list-utils perl-test-fatal perl-test-requires perl-test-warnings" checkdepends="perl-test-file-sharedir perl-ipc-system-simple" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz" builddir="$srcdir"/DateTime-Locale-$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="0510df7e69bc7e50cb301510224cb084bf9d75f072ceb631d7c94ab07a6f7c11b64247c492054c0be3840bf5b13b6981f09426fd0b8e20a48901308cc0b5ffdb DateTime-Locale-1.24.tar.gz"