[arch-commits] Commit in (4 files)

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


    Date: Friday, April 20, 2018 @ 07:18:30
  Author: felixonmars
Revision: 317117

addpkg: perl-file-copy-recursive-reduced 0.005-1

Added:
  perl-file-copy-recursive-reduced/
  perl-file-copy-recursive-reduced/repos/
  perl-file-copy-recursive-reduced/trunk/
  perl-file-copy-recursive-reduced/trunk/PKGBUILD

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

Added: perl-file-copy-recursive-reduced/trunk/PKGBUILD
===================================================================
--- perl-file-copy-recursive-reduced/trunk/PKGBUILD	                        (rev 0)
+++ perl-file-copy-recursive-reduced/trunk/PKGBUILD	2018-04-20 07:18:30 UTC (rev 317117)
@@ -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:


Property changes on: perl-file-copy-recursive-reduced/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list