# Maintainer: Erich Eckner # Generator : neuesPerlPaket (28b2f74dba87d5b9704e48582062ab93f41cf91629ca4c2bf134bbcd713a9110c07bc8f2e76567c6a6ba6b63044d37bbacca314917992dc3c00b0f8a2ecd6016) pkgname='perl-data-sah-filter' pkgver=0.015 pkgrel=1 pkgdesc='Filtering for Data::Sah' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') provides=( 'perl-data-sah-filtercommon=0.015' 'perl-data-sah-filterjs=0.015' 'perl-data-sah-filter-js-str-downcase=0.015' 'perl-data-sah-filter-js-str-lc=0.015' 'perl-data-sah-filter-js-str-lcfirst=0.015' 'perl-data-sah-filter-js-str-lowercase=0.015' 'perl-data-sah-filter-js-str-ltrim=0.015' 'perl-data-sah-filter-js-str-rtrim=0.015' 'perl-data-sah-filter-js-str-trim=0.015' 'perl-data-sah-filter-js-str-uc=0.015' 'perl-data-sah-filter-js-str-ucfirst=0.015' 'perl-data-sah-filter-js-str-upcase=0.015' 'perl-data-sah-filter-js-str-uppercase=0.015' 'perl-data-sah-filter-perl-array-remove_undef=0.015' 'perl-data-sah-filter-perl-array-uniq=0.015' 'perl-data-sah-filter-perl-array-uniqnum=0.015' 'perl-data-sah-filter-perl-array-uniqstr=0.015' 'perl-data-sah-filter-perl-float-ceil=0.015' 'perl-data-sah-filter-perl-float-check_has_fraction=0.015' 'perl-data-sah-filter-perl-float-check_int=0.015' 'perl-data-sah-filter-perl-float-floor=0.015' 'perl-data-sah-filter-perl-float-round=0.015' 'perl-data-sah-filter-perl-str-check=0.015' 'perl-data-sah-filter-perl-str-downcase=0.015' 'perl-data-sah-filter-perl-str-lc=0.015' 'perl-data-sah-filter-perl-str-lcfirst=0.015' 'perl-data-sah-filter-perl-str-lowercase=0.015' 'perl-data-sah-filter-perl-str-ltrim=0.015' 'perl-data-sah-filter-perl-str-oneline=0.015' 'perl-data-sah-filter-perl-str-remove_comment=0.015' 'perl-data-sah-filter-perl-str-remove_nondigit=0.015' 'perl-data-sah-filter-perl-str-remove_whitespace=0.015' 'perl-data-sah-filter-perl-str-replace_map=0.015' 'perl-data-sah-filter-perl-str-rtrim=0.015' 'perl-data-sah-filter-perl-str-trim=0.015' 'perl-data-sah-filter-perl-str-try_center=0.015' 'perl-data-sah-filter-perl-str-uc=0.015' 'perl-data-sah-filter-perl-str-ucfirst=0.015' 'perl-data-sah-filter-perl-str-upcase=0.015' 'perl-data-sah-filter-perl-str-uppercase=0.015' 'perl-data-sah-filter-perl-str-wrap=0.015') depends=( 'perl>=5.36' 'perl<5.37' 'perl-data-dmp>=0.242' 'perl-exporter>=5.57' 'perl-file-temp>=0.2307' 'perl-ipc-system-options>=0.339' 'perl-json' 'perl-log-ger>=0.038' 'perl-nodejs-util>=0.007') makedepends=( 'perl-extutils-makemaker' 'perl-io' 'perl-pathtools' 'perl-test-simple>=0.98') url='https://metacpan.org/release/Data-Sah-Filter' _distdir="Data-Sah-Filter-${pkgver}" source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz") sha512sums=('7b0328a14ba39eac1f23058f4fe5af17e76dfa6544fba9e261609ddee10dded08d7e1c1b14b072f23b3531043ce4cae06d2821ac9c52daaec5c60d341c12c598') build() { cd "${srcdir}/${_distdir}" # Setting these env variables overwrites any command-line-options we don't want... export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir}'" \ PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir}'" \ MODULEBUILDRC=/dev/null # If using Makefile.PL if [ -r Makefile.PL ]; then perl Makefile.PL make # If using Build.PL elif [ -r Build.PL ]; then perl Build.PL perl Build fi } check() { cd "${srcdir}/${_distdir}" # If using Makefile.PL if [ -r Makefile.PL ]; then make test # If using Build.PL elif [ -r Build.PL ]; then perl Build test fi } package() { cd "${srcdir}/${_distdir}" # If using Makefile.PL if [ -r Makefile.PL ]; then make install # If using Build.PL elif [ -r Build.PL ]; then perl Build install fi # remove perllocal.pod and .packlist find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete }