[arch-commits] Commit in (4 files)

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


    Date: Sunday, July 10, 2016 @ 12:41:07
  Author: felixonmars
Revision: 182610

addpkg: perl-test2-suite 0.000050-1

Added:
  perl-test2-suite/
  perl-test2-suite/repos/
  perl-test2-suite/trunk/
  perl-test2-suite/trunk/PKGBUILD

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

Added: perl-test2-suite/trunk/PKGBUILD
===================================================================
--- perl-test2-suite/trunk/PKGBUILD	                        (rev 0)
+++ perl-test2-suite/trunk/PKGBUILD	2016-07-10 12:41:07 UTC (rev 182610)
@@ -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
+}


Property changes on: perl-test2-suite/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list