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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 12:32:42 UTC 2020


    Date: Sunday, June 21, 2020 @ 12:32:42
  Author: felixonmars
Revision: 649266

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 649264, perl-test-output/trunk/PKGBUILD)

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

Copied: perl-test-output/repos/community-staging-any/PKGBUILD (from rev 649264, perl-test-output/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 12:32:42 UTC (rev 649266)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-test-output
+pkgver=1.031
+pkgrel=7
+pkgdesc='Utilities to test STDOUT and STDERR messages'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-sub-exporter'
+  'perl-test-simple'
+  'perl-test-pod'
+  'perl-test-pod-coverage'
+  'perl-capture-tiny')
+url='https://search.cpan.org/dist/Test-Output'
+options=('!emptydirs')
+source=("https://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