# Maintainer: Elias Elwyn pkgname=perl-alien-build-plugin-cleanse-builddir pkgver=0.06 pkgrel=1 pkgdesc='Alien::Build plugin to cleanse the build dir after the build phase' _dist=Alien-Build-Plugin-Cleanse-BuildDir arch=(any) url="https://metacpan.org/release/$_dist" license=(GPL PerlArtistic) depends=( perl perl-alien-build perl-path-tiny ) checkdepends=( perl-capture-tiny perl-data-dump perl-test2-suite ) options=('!emptydirs' purge) source=("https://cpan.metacpan.org/authors/id/S/SL/SLAFFAN/$_dist-$pkgver.tar.gz") sha256sums=(e0290b4891a18068db109c3001c6c8f1c900a28568dcaaa78d4dd0b69216d666) build() { cd "$srcdir/$_dist-$pkgver" unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps /usr/bin/perl Makefile.PL make } check() { cd "$srcdir/$_dist-$pkgver" unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT export PERL_MM_USE_DEFAULT=1 make test } package() { cd "$srcdir/$_dist-$pkgver" unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT make install INSTALLDIRS=vendor DESTDIR="$pkgdir" }