# Maintainer: Erich Eckner pkgname='perl-cpanel-json-xs' pkgver=3.0226 pkgrel=1 pkgdesc='cPanel fork of JSON::XS, fast and correct serializing' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( 'perl-podlators>=2.08') makedepends=( 'perl-extutils-makemaker') checkdepends=( 'perl-json' 'perl-json-xs' 'perl-mojolicious' 'perl-test-leaktrace' ) url='https://metacpan.org/release/Cpanel-JSON-XS' _distdir="Cpanel-JSON-XS-${pkgver}" source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_distdir}.tar.gz") sha512sums=('282fd66d44f3322596a3f0312ce5ee8ba8333ed5351c61201f99a07bfe305d1f65b492f4e1ae05d08a6be98a37dba707b655d7bbff0133ecee27049826bd10de') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null cd "$srcdir/$_distdir" perl Makefile.PL make ) } check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" make test ) } package() { cd "$srcdir/$_distdir" make install find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables: # mode: shell-script # sh-basic-offset: 2 # End: # vim:set ts=2 sw=2 et: