# Automatically generated by apkbuild-cpan, template 3 # Maintainer: Milan P. Stanić pkgname=perl-pdf-api2 #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=PDF-API2 pkgver=2.045 pkgrel=0 pkgdesc="Facilitates the creation and modification of PDF files" url="https://metacpan.org/release/PDF-API2/" arch="noarch" license="LGPL-2.1-or-later" depends="perl perl-font-ttf" checkdepends="perl-test-exception perl-test-memory-cycle" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/PDF-API2-$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=" 86d71cec6ce9e7798948513b6408de404ec30e0022e8852a94e9ad602d4bc2f12285ec19f560c940c0e5303816748bdeaad604b9b53181252e9ea2ead1365be0 PDF-API2-2.045.tar.gz "