# Automatically generated by apkbuild-cpan, template 4 # Maintainer: Celeste maintainer="Celeste " pkgname=perl-protocol-redis pkgver=1.0021 pkgrel=0 #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Protocol-Redis pkgdesc="Redis protocol parser/encoder with asynchronous capabilities" url="https://metacpan.org/release/Protocol-Redis/" 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/U/UN/UNDEF/Protocol-Redis-$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=" f1d390b33b94a5346d6063904861529b360851d547b534064fc082495ba4941e524284edee53ddb3a10dc35755c5645378fdc51746ff60b0e5e083f1d4f6cdf5 Protocol-Redis-1.0021.tar.gz "