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

Felix Yan felixonmars at archlinux.org
Fri Jan 19 08:39:41 UTC 2018


    Date: Friday, January 19, 2018 @ 08:39:40
  Author: felixonmars
Revision: 315130

archrelease: copy trunk to testing-any

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

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

Copied: perl-file-copy-recursive/repos/testing-any/PKGBUILD (from rev 315129, perl-file-copy-recursive/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-01-19 08:39:40 UTC (rev 315130)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-file-copy-recursive
+pkgver=0.40
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-exception' 'perl-test-file'
+              'perl-test-warn')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz")
+sha512sums=('874dd6862c2556bac459bae117e882655b16de90284c44cfb518714ef9924afb2d7bed29ca5bde20681fb887646a972ea5d9aa61ffe6d58459494b8a245db3e6')
+
+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