[arch-commits] Commit in perl-namespace-autoclean/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 2 07:04:55 UTC 2017


    Date: Friday, June 2, 2017 @ 07:04:54
  Author: foutrelis
Revision: 232908

archrelease: copy trunk to community-staging-any

Added:
  perl-namespace-autoclean/repos/community-staging-any/
  perl-namespace-autoclean/repos/community-staging-any/PKGBUILD
    (from rev 232907, perl-namespace-autoclean/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: perl-namespace-autoclean/repos/community-staging-any/PKGBUILD (from rev 232907, perl-namespace-autoclean/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-02 07:04:54 UTC (rev 232908)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname=perl-namespace-autoclean
+pkgver=0.28
+pkgrel=2
+pkgdesc="Keep imports out of your namespace"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='https://metacpan.org/release/namespace-autoclean'
+depends=('perl-b-hooks-endofscope' 'perl-sub-identify' 'perl-namespace-clean')
+checkdepends=('perl-test-requires' 'perl-moo' 'perl-sub-name' 'perl-mouse')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-$pkgver.tar.gz")
+sha512sums=('2541f69862b334fcfe30059d025668175de1b182a5c8ee8f2619bf1d661c316a38fe2014f274bb23e887cd36959f98abb297154ac8ceb600e2e93cbd4a75e28d')
+
+build() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list