[arch-commits] Commit in perl-test-file/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 11 23:07:15 UTC 2022


    Date: Friday, March 11, 2022 @ 23:07:15
  Author: felixonmars
Revision: 1148896

archrelease: copy trunk to community-any

Added:
  perl-test-file/repos/community-any/PKGBUILD
    (from rev 1148895, perl-test-file/trunk/PKGBUILD)
Deleted:
  perl-test-file/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 23:07:06 UTC (rev 1148895)
+++ PKGBUILD	2022-03-11 23:07:15 UTC (rev 1148896)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruno Dupuis <lisael at lisael.org>
-# Contributor: Rafael Reggiani Manzo <rr.manzo at gmail.com>
-
-pkgname=perl-test-file
-pkgver=1.991
-pkgrel=1
-pkgdesc="This modules provides a collection of test utilities for file attributes."
-arch=('any')
-url='https://github.com/briandfoy/test-file'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-source=("https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-$pkgver.tar.gz")
-sha512sums=('6cbf232216f70b5923806e24748f252b268ee9d4dfe0f756f5e1e6c44d5bbe2d4252e4355e0aee16501d9a6048776a1657f130369cb8bc447ddd54536a8205c8')
-
-build() {
-  cd Test-File-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-File-$pkgver
-  make test
-}
-
-package() {
-  cd Test-File-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-file/repos/community-any/PKGBUILD (from rev 1148895, perl-test-file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 23:07:15 UTC (rev 1148896)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruno Dupuis <lisael at lisael.org>
+# Contributor: Rafael Reggiani Manzo <rr.manzo at gmail.com>
+
+pkgname=perl-test-file
+pkgver=1.992
+pkgrel=1
+pkgdesc="This modules provides a collection of test utilities for file attributes."
+arch=('any')
+url='https://github.com/briandfoy/test-file'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+source=("https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-$pkgver.tar.gz")
+sha512sums=('16ba17d3d83374d21d272f5c5ab4dbcb99d09d569025ba415e90963cad3ebe65fedc72a8a6ba57b6ee1fae657aaca7e51999038efd83b90e0b5694e8222c398d')
+
+build() {
+  cd Test-File-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-File-$pkgver
+  make test
+}
+
+package() {
+  cd Test-File-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list