[arch-commits] Commit in perl-file-listing/repos (testing-any testing-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 21 19:23:52 UTC 2020
Date: Wednesday, October 21, 2020 @ 19:23:52
Author: felixonmars
Revision: 398710
archrelease: copy trunk to testing-any
Added:
perl-file-listing/repos/testing-any/
perl-file-listing/repos/testing-any/PKGBUILD
(from rev 398709, perl-file-listing/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-file-listing/repos/testing-any/PKGBUILD (from rev 398709, perl-file-listing/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2020-10-21 19:23:52 UTC (rev 398710)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-file-listing
+pkgver=6.07
+pkgrel=1
+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=('1d525058e64ed3f3115721df63527752c8f3de2e0b000efea93b48054695e6b8143c613cdc1c652db30178f517f5bc106dfa176d30629553150234e7cd50682f')
+
+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