[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Dec 4 00:15:46 UTC 2021
Date: Saturday, December 4, 2021 @ 00:15:45
Author: felixonmars
Revision: 1064949
archrelease: copy trunk to community-any
Added:
perl-test2-suite/repos/community-any/PKGBUILD
(from rev 1064948, 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 2021-12-04 00:15:32 UTC (rev 1064948)
+++ PKGBUILD 2021-12-04 00:15:45 UTC (rev 1064949)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test2-suite
-pkgver=0.000142
-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.302176')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
-sha512sums=('4e7395edb7980e00aaf4018d1b8e7602d29905be622bb15907f8cfbc558fcb2946e59b2ac6a8368aac5fdec72a498caa6c281263c5f9e292b9255747135d607a')
-
-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 1064948, perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-04 00:15:45 UTC (rev 1064949)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test2-suite
+pkgver=0.000143
+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.302176')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
+sha512sums=('ddf7437c2dad595cb87ac315a51664fecfbed0c109ad705dd3a9fb2d2a234b9e7a25ba1ae0ffa9c0ca78703a3cc5053e6dfc918130de7a004254467fe6dce2d7')
+
+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