Date: Monday, March 6, 2023 @ 14:46:31
Author: felixonmars
Revision: 1415575
archrelease: copy trunk to community-any
Added:
perl-test2-suite/repos/community-any/PKGBUILD
(from rev 1415574, 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 2023-03-06 14:46:18 UTC (rev 1415574)
+++ PKGBUILD 2023-03-06 14:46:31 UTC (rev 1415575)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=perl-test2-suite
-pkgver=0.000145
-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-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=('3e6725542351549eebd5064cab161671d172953ec4261e520f72d6de0604890f779daa349fcd45c7832f5184bf42e19ca1e6e095ad0f4e66fe660f5303bffcad')
-
-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 1415574,
perl-test2-suite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 14:46:31 UTC (rev 1415575)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=perl-test2-suite
+pkgver=0.000146
+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=('abecf34febe6a4ca5557676ba3b7a315714ffba550209e9b7a46d81e934663da3aee991ee9149b0d19bfa1e57d6f788a49c429ea9a5140ef9f93d0c4da5909ba')
+
+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
+}