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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:25:09 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:25:06
  Author: foutrelis
Revision: 366414

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-file-copy-recursive-reduced/repos/community-staging-any/PKGBUILD (from rev 366413, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:25:06 UTC (rev 366414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.006
+pkgrel=2
+pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-capture-tiny' 'perl-path-tiny')
+url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
+source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz")
+sha512sums=('7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694')
+
+build() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list