[arch-commits] Commit in perl-file-listing/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:04:33 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:04:33
  Author: foutrelis
Revision: 446809

archrelease: copy trunk to staging-any

Added:
  perl-file-listing/repos/staging-any/
  perl-file-listing/repos/staging-any/PKGBUILD
    (from rev 446807, perl-file-listing/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: perl-file-listing/repos/staging-any/PKGBUILD (from rev 446807, perl-file-listing/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-05-29 11:04:33 UTC (rev 446809)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-file-listing
+pkgver=6.15
+pkgrel=2
+pkgdesc="parse directory listing"
+arch=('any')
+url="https://search.cpan.org/dist/File-Listing"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/File-Listing-${pkgver}.tar.gz")
+sha512sums=('8368605bf196750f4044d87a8b784e6a28fa6fe6d5971c5de507b4df77859020dcba4929ce97f5091966a6a2fca94466a345450f2f9d2fad9fb88d880f491944')
+
+build() {
+  cd File-Listing-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-Listing-${pkgver}
+  make test
+}
+
+package() {
+  cd File-Listing-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list