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

Felix Yan felixonmars at archlinux.org
Fri Apr 20 07:18:54 UTC 2018


    Date: Friday, April 20, 2018 @ 07:18:53
  Author: felixonmars
Revision: 317118

archrelease: copy trunk to community-any

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

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

Copied: perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD (from rev 317117, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-04-20 07:18:53 UTC (rev 317118)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.005
+pkgrel=1
+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=('b71f424365396848e0fdb618c76a23259543ad935c6c499a75d13c5026368446676d03f276b78e36217d7bca54bdb647edb00479b5493513395c0da4d9a53bc2')
+
+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