[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jan 30 21:22:28 UTC 2020
Date: Thursday, January 30, 2020 @ 21:22:27
Author: felixonmars
Revision: 560251
archrelease: copy trunk to community-any
Added:
perl-test2-suite/repos/community-any/PKGBUILD
(from rev 560250, perl-test2-suite/trunk/PKGBUILD)
Deleted:
perl-test2-suite/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-30 21:22:06 UTC (rev 560250)
+++ PKGBUILD 2020-01-30 21:22:27 UTC (rev 560251)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test2-suite
-pkgver=0.000127
-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"
-depends=('perl-module-pluggable' 'perl-importer' 'perl-scope-guard' 'perl-sub-info'
- 'perl-term-table' 'perl-test-simple>=1.302158')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
-sha512sums=('3b494f1507576c306a928f2195118086a6d024a7c6620a9761279d61fd8c8de6b9fcfdd9d09cfb2da70b6606b431be0612055323164a1f99afc9bcf5f45d73d4')
-
-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
-}
Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 560250, perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-30 21:22:27 UTC (rev 560251)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test2-suite
+pkgver=0.000128
+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"
+depends=('perl-module-pluggable' 'perl-importer' 'perl-scope-guard' 'perl-sub-info'
+ 'perl-term-table' 'perl-test-simple>=1.302158')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
+sha512sums=('a646178db62370b061f8c35917f268b411d4ac0d44a5b6c1e0b212246e37a71ddc9db6da8542d5dc2b276a8f7f41880abecaaf71c39e6e2c43378c6f66b3e708')
+
+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