# Automatically generated by apkbuild-cpan, template 1 # Contributor: Natanael Copa # Maintainer: Adélie Perl Team pkgname=perl-test-leaktrace _pkgreal=Test-LeakTrace _author=LEEJO _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.17 pkgrel=0 pkgdesc="Perl module for tracing memory leaks while testing" url="https://metacpan.org/release/Test-LeakTrace" arch="all" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { export CFLAGS="$(perl -MConfig -E 'say $Config{ccflags}')" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { make test } package() { make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="57ffd8c64ef871427c04419bda239d73e169f3b6ee268e0d4d7a27942c277d4b1f502e82e2e0df415b1050c0aa11944c2c3acb2e9b353855f77c91d1dfcaf00d Test-LeakTrace-0.17.tar.gz"