[arch-commits] Commit in perl-test2-suite/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 17:44:02 UTC 2017


    Date: Thursday, June 1, 2017 @ 17:44:02
  Author: foutrelis
Revision: 232437

archrelease: copy trunk to community-staging-any

Added:
  perl-test2-suite/repos/community-staging-any/
  perl-test2-suite/repos/community-staging-any/PKGBUILD
    (from rev 232436, perl-test2-suite/trunk/PKGBUILD)

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

Copied: perl-test2-suite/repos/community-staging-any/PKGBUILD (from rev 232436, perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 17:44:02 UTC (rev 232437)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test2-suite
+pkgver=0.000070
+pkgrel=2
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite"
+# Specify version bounds to pick up perl-test-simple in [community], since perl includes an old one.
+depends=('perl-importer' 'perl-sub-info' 'perl-term-table' 'perl-test-simple>=1.300000')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
+sha512sums=('9048023cda23a7c07b48b6a83e06782dbc060e22dfe8d770076649c9aa506714c80f3f70c6e7fb6d6929eeda818d85f14eb1d56a27313366b3e367a0e6493221')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list