[arch-commits] Commit in perl-file-find-rule-perl/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 09:48:20 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:48:20
  Author: foutrelis
Revision: 470206

archrelease: copy trunk to community-staging-any

Added:
  perl-file-find-rule-perl/repos/community-staging-any/
  perl-file-find-rule-perl/repos/community-staging-any/PKGBUILD
    (from rev 470205, perl-file-find-rule-perl/trunk/PKGBUILD)

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

Copied: perl-file-find-rule-perl/repos/community-staging-any/PKGBUILD (from rev 470205, perl-file-find-rule-perl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:48:20 UTC (rev 470206)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-find-rule-perl
+pkgver=1.15
+pkgrel=2
+pkgdesc="Common rules for searching for Perl things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/File-Find-Rule-Perl"
+depends=('perl-file-find-rule' 'perl-params-util')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Find-Rule-Perl-$pkgver.tar.gz")
+sha512sums=('90fc64991fbdb47bcb712f2bf7c85b2571a2b161952574606ddfd9c9ad9aeaaa2e0f3355b9c8b993ab2479d8c80e89075caa9e5413259c2bb99b1e75ef791670')
+
+build() {
+  cd File-Find-Rule-Perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-Find-Rule-Perl-$pkgver
+  make test
+}
+
+package() {
+  cd File-Find-Rule-Perl-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list