[arch-commits] Commit in perl-test2-suite/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jul 10 12:41:24 UTC 2016


    Date: Sunday, July 10, 2016 @ 12:41:24
  Author: felixonmars
Revision: 182611

archrelease: copy trunk to community-any

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

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

Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 182610, perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-07-10 12:41:24 UTC (rev 182611)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test2-suite
+pkgver=0.000050
+pkgrel=1
+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 the one in [community], since perl includes an old one.
+depends=('perl-test-simple>=1.300000')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
+sha512sums=('4de0988cb44846b39c569a6ccc2c3414adb6ee714286d63af61982fa43c0423b2726c749d6eb87711cb7c6ac768bd93889cb8566640d623bd41e6b7fe376c623')
+
+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