# Automatically generated by apkbuild-cpan, template 3 # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=perl-test-simple #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Test-Simple pkgver=1.302194 pkgrel=0 pkgdesc="Basic utilities for writing tests" url="https://metacpan.org/release/Test-Simple/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl" source="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$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 # prevent conflict with main/perl rm -rf "$pkgdir"/usr/share/man } sha512sums=" c6543dfc14b6bd93d8e846a8bc38991a92b3c62389f5caaa2a4e4745277d393ada99ce085d4ba706704c66c6197c354dae6deede1cb9a3d6626035f15b5f1d9b Test-Simple-1.302194.tar.gz "