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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 09:27:13 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:27:12
  Author: bluewind
Revision: 330093

archrelease: copy trunk to staging-any

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

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

Copied: perl-file-listing/repos/staging-any/PKGBUILD (from rev 330092, perl-file-listing/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2018-08-01 09:27:12 UTC (rev 330093)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-file-listing
+pkgver=6.04
+pkgrel=5
+pkgdesc="parse directory listing"
+arch=('any')
+url="http://search.cpan.org/dist/File-Listing"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date')
+options=('!emptydirs')
+source=("http://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