[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Dec 5 13:58:10 UTC 2021
Date: Sunday, December 5, 2021 @ 13:58:10
Author: felixonmars
Revision: 1065152
archrelease: copy trunk to community-any
Added:
perl-test2-suite/repos/community-any/PKGBUILD
(from rev 1065151, 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-05 13:57:59 UTC (rev 1065151)
+++ PKGBUILD 2021-12-05 13:58:10 UTC (rev 1065152)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 1065151, perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-05 13:58:10 UTC (rev 1065152)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test2-suite
+pkgver=0.000144
+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=('ec88348cfef28879859c26a7ef13437ba30f684bb4bda12907d5d26f1da6fadeadd8461e282f44231f1bf01af504dc75c6291716b4e39d7190c968faac9f52ee')
+
+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