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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 09:24:28 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:24:28
  Author: foutrelis
Revision: 354087

archrelease: copy trunk to staging-any

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

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

Copied: perl-file-listing/repos/staging-any/PKGBUILD (from rev 354086, perl-file-listing/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-05-25 09:24:28 UTC (rev 354087)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-file-listing
+pkgver=6.04
+pkgrel=6
+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/G/GA/GAAS/File-Listing-${pkgver}.tar.gz")
+sha1sums=('02a41fe1b91f3f198712965360192f31d6d8d74e')
+
+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