# Contributor: Síle Ekaterin Liszka # Maintainer: Síle Ekaterin Liszka pkgname=perl-app-licensecheck _pkgreal=App-Licensecheck _author=JONASS _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=3.3.8 pkgrel=0 pkgdesc="Perl library and utility for checking source-file licensing" url="https://metacpan.org/release/App-Licensecheck" arch="noarch" options="!check" # spurious test failure license="GPL-3.0+" depends="perl perl-array-intspan perl-encode-locale perl-feature-compat-try perl-getopt-long-descriptive perl-io-interactive perl-list-someutils perl-log-any perl-log-any-adapter-screen perl-moo perl-moox-struct perl-namespace-clean perl-object-pad perl-path-iterator-rule perl-path-tiny perl-pod-constants perl-pod-parser perl-regexp-pattern perl-regexp-pattern-license perl-re-engine-re2 perl-software-license perl-sort-key perl-strictures perl-string-copyright perl-string-escape perl-string-license perl-syntax-keyword-try perl-test-requires perl-test-script perl-try-tiny perl-universal-require perl-xs-parse-keyword perl-xs-parse-sublike" checkdepends="perl-test-command-simple perl-pod-parser perl-test-without-module perl-test2-tools-command" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-v$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-v$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="b517a2baa6d97b41ed75cb1ed48548ce37dd5afa83f22e38cf627f93e46f158bf2c0139e3641eebb74bf7df2c9420f424bc444e917f70cecc6603c60334630c9 App-Licensecheck-v3.3.8.tar.gz"