# Contributor: A. Wilcox # Maintainer: Adélie Perl Team pkgname=perl-dir-manifest _pkgreal=Dir-Manifest _author=SHLOMIF _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.2.0 pkgrel=0 pkgdesc="Perl module to turn a directory and files into a dictionary" url="https://metacpan.org/release/Dir-Manifest" arch="noarch" license="X11" depends="perl perl-moo perl-path-tiny" makedepends="perl-dev perl-module-build" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL installdirs=vendor export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` ./Build } check() { ./Build test } package() { ./Build install destdir="$pkgdir" find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="202f6342d42e36830215d3b678b9a1be159680fc8a222def00e4f5688403a4f413ad8efa4460824664e37db76fb0d19c5c61b4e5af0060b7567e722992049ffc Dir-Manifest-0.2.0.tar.gz"