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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:15:28 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:15:27
  Author: foutrelis
Revision: 366328

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-exception/repos/community-staging-any/PKGBUILD (from rev 366327, perl-test-exception/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:15:27 UTC (rev 366328)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-test-exception
+pkgver=0.43
+pkgrel=4
+pkgdesc="Perl/CPAN Module Test::Exception : Functions for testing exceptionbased code"
+arch=("any")
+url="http://search.cpan.org/dist/Test-Exception/"
+license=("GPL" "PerlArtistic")
+depends=("perl-sub-uplevel")
+source=("http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-$pkgver.tar.gz")
+md5sums=('572d355026fb0b87fc2b8c64b83cada0')
+
+build() {
+  cd "$srcdir"/Test-Exception-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Test-Exception-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list