# Automatically generated by apkbuild-cpan, template 4 # Maintainer: Natanael Copa pkgname=perl-text-csv pkgver=2.06 pkgrel=0 #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Text-CSV pkgdesc="Manipulate comma-separated value strings" url="https://metacpan.org/release/Text-CSV/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-$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 \ NO_PACKLIST=1 \ NO_PERLLOCAL=1 make } check() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') make test } package() { make DESTDIR="$pkgdir" install } sha512sums=" ac5b0c31fd3e672bdc6b9bea766cab49596a2e6b13f748c5bd4a976dd1ed7f44f680f3b4aad3fc01d7bcf433fc791058748c42219eadd72a77235a1e2d5dadba Text-CSV-2.06.tar.gz "