# Automatically generated by apkbuild-cpan, template 3 # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=perl-time-local #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Time-Local pkgver=1.35 pkgrel=1 pkgdesc="Efficiently compute time from local and GMT time" url="https://metacpan.org/release/Time-Local/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Time-Local-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor make } check() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums=" 1e457c92f41257a914406398d874b44e2b5ad129b3c1b39db265e8db589b9430fe98a2891673475118c1f9d415936249b7a1332592710d0e56a11dd99fc111d4 Time-Local-1.35.tar.gz "