[arch-commits] Commit in perl-test-nowarnings/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 11:20:16 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:20:14
  Author: foutrelis
Revision: 232176

archrelease: copy trunk to community-staging-any

Added:
  perl-test-nowarnings/repos/community-staging-any/
  perl-test-nowarnings/repos/community-staging-any/PKGBUILD
    (from rev 232175, perl-test-nowarnings/trunk/PKGBUILD)

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

Copied: perl-test-nowarnings/repos/community-staging-any/PKGBUILD (from rev 232175, perl-test-nowarnings/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 11:20:14 UTC (rev 232176)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-nowarnings
+pkgver=1.04
+pkgrel=3
+pkgdesc="Make sure you didn't emit any warnings while testing "
+arch=('any')
+url="http://search.cpan.org/dist/Test-NoWarnings"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-tester')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-$pkgver.tar.gz)
+md5sums=('682ed043f7d3e38f3dfd8745fd21c49a')
+
+build() {
+  cd  "$srcdir"/Test-NoWarnings-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-NoWarnings-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list