[arch-commits] Commit in perl-file-copy-recursive/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 09:16:12 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:16:11
  Author: bluewind
Revision: 297155

archrelease: copy trunk to staging-any

Added:
  perl-file-copy-recursive/repos/staging-any/
  perl-file-copy-recursive/repos/staging-any/PKGBUILD
    (from rev 297154, perl-file-copy-recursive/trunk/PKGBUILD)

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

Copied: perl-file-copy-recursive/repos/staging-any/PKGBUILD (from rev 297154, perl-file-copy-recursive/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 09:16:11 UTC (rev 297155)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-file-copy-recursive
+pkgver=0.38
+pkgrel=2
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz")
+sha512sums=('49e5dbfc5bdbc554ad8a019c25db85ebfa55765a73758d95271b5f3de9550fd68b4d99aa287898d86bc6c11ea8de97469a85c53d4ad8534594b411be1f18eb87')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list