[arch-commits] Commit in perl-test2-suite/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Aug 1 12:04:53 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:04:53
Author: foutrelis
Revision: 366649
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 366648, perl-test2-suite/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-test2-suite/repos/community-staging-any/PKGBUILD (from rev 366648, perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 12:04:53 UTC (rev 366649)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test2-suite
+pkgver=0.000077
+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"
+depends=('perl-importer' 'perl-sub-info' 'perl-term-table')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
+sha512sums=('e9337fee244f572c5b0af54c78a1be47bf590caf905ef6a40928c6e914a183d3fbc5fa3312a0903f697ef5e44341c5425873ade50aeabb63de3f795902bb0f71')
+
+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