# Automatically generated by apkbuild-cpan, template 3 # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=perl-time-duration-parse #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Time-Duration-Parse pkgver=0.16 pkgrel=1 pkgdesc="Parse string that represents time duration" url="https://metacpan.org/release/Time-Duration-Parse/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl" checkdepends="perl-time-duration" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/N/NE/NEILB/Time-Duration-Parse-$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=" 947c7ce0a1a013c86b3c9e464e4c56bb0cc98572c3854d9b6ab33e8dac2270982b72efcd5e2601490e5a23104543ac343033f06294eb88282d0473378117faed Time-Duration-Parse-0.16.tar.gz "