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

Felix Yan felixonmars at archlinux.org
Thu Jun 1 11:05:30 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:05:28
  Author: felixonmars
Revision: 232150

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-fatal/repos/community-staging-any/PKGBUILD (from rev 232149, perl-test-fatal/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 11:05:28 UTC (rev 232150)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-test-fatal
+pkgver=0.014
+pkgrel=2
+pkgdesc="Incredibly simple helpers for testing code with exceptions"
+arch=('any')
+url="https://metacpan.org/release/Test-Fatal"
+license=('PerlArtistic' 'GPL')
+depends=('perl-try-tiny')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz)
+sha1sums=('6984ef1c0aed1d2c8334e8f20818cbf269abc345')
+
+build() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list