guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/24: gnu: Add File-Copy-Recursive.


From: Eric Bavier
Subject: 10/24: gnu: Add File-Copy-Recursive.
Date: Fri, 20 Mar 2015 19:23:38 +0000

bavier pushed a commit to branch master
in repository guix.

commit a3fe280687d42a8c5e2544bb13e858e473d50346
Author: Eric Bavier <address@hidden>
Date:   Fri Mar 20 13:20:50 2015 -0500

    gnu: Add File-Copy-Recursive.
    
    * gnu/packages/perl.scm (perl-file-copy-recursive): New variable.
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d2a35f6..4c01bbe 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1405,6 +1405,26 @@ module building modules.")
 changes made to any file.")
     (license artistic2.0)))
 
+(define-public perl-file-copy-recursive
+  (package
+    (name "perl-file-copy-recursive")
+    (version "0.38")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/D/DM/DMUEY/"
+                           "File-Copy-Recursive-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1syyyvylr51iicialdmv0dw06q49xzv8zrkb5cn8ma4l73gvvk44"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/File-Copy-Recursive";)
+    (synopsis "Recursively copy files and directories")
+    (description "This module has 3 functions: one to copy files only, one to
+copy directories only, and one to do either depending on the argument's
+type.")
+    (license (package-license perl))))
+
 (define-public perl-file-find-rule
   (package
     (name "perl-file-find-rule")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]