# Automatically generated by apkbuild-cpan, template 1 # Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-test-warnings _pkgreal=Test-Warnings pkgver=0.029 pkgrel=0 pkgdesc="Test for warnings and the lack of them" url="https://metacpan.org/release/Test-Warnings" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl" makedepends="perl-dev perl-cpan-meta-check" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor } build() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') make && make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="52f09725bef04f4c1b4b61eb48243ed89eef2fa5ea2c8d07e3552cbe7998dc773230fabb5157c03a845fb1cddb514bfa6d5fcabd38195ef929484e98c4a55a4b Test-Warnings-0.029.tar.gz"