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

Florian Pritz bluewind at archlinux.org
Thu Jun 1 18:17:05 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:17:04
  Author: bluewind
Revision: 232522

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-output/repos/community-staging-any/PKGBUILD (from rev 232521, perl-test-output/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 18:17:04 UTC (rev 232522)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-test-output
+pkgver=1.031
+pkgrel=2
+pkgdesc='Utilities to test STDOUT and STDERR messages'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-sub-exporter'
+  'perl-test-tester'
+  'perl-test-pod'
+  'perl-test-pod-coverage'
+  'perl-capture-tiny')
+url='http://search.cpan.org/dist/Test-Output'
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz")
+md5sums=('5384ea67483c98290c1e51b3b2aee84d')
+
+build() {
+  cd Test-Output-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Output-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Output-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list