guix-commits
[Top][All Lists]
Advanced

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

04/20: gnu: Add File-ShareDir-Install.


From: Eric Bavier
Subject: 04/20: gnu: Add File-ShareDir-Install.
Date: Wed, 11 Mar 2015 21:08:51 +0000

bavier pushed a commit to branch master
in repository guix.

commit e55d07b134680ca952ee6e458ce34ff57ea3ec17
Author: Eric Bavier <address@hidden>
Date:   Tue Mar 10 14:54:11 2015 -0500

    gnu: Add File-ShareDir-Install.
    
    * gnu/packages/perl.scm (perl-file-sharedir-install): 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 9709c4b..7dc3105 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -868,6 +868,26 @@ provided base directory and can return files (and/or 
directories if desired)
 matching a regular expression.")
     (home-page "http://search.cpan.org/~dopacki/File-List/";)))
 
+(define-public perl-file-sharedir-install
+  (package
+    (name "perl-file-sharedir-install")
+    (version "0.10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/G/GW/GWYN/"
+                           "File-ShareDir-Install-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1xz60bi7x8755lq24rx7y1jkyk3icssn7s55z665mysdxhfzg2kh"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/File-ShareDir-Install";)
+    (synopsis "Install shared files")
+    (description "File::ShareDir::Install allows you to install read-only data
+files from a distribution.  It is a companion module to File::ShareDir, which
+allows you to locate these files after installation.")
+    (license (package-license perl))))
+
 (define-public perl-file-temp
   (package
     (name "perl-file-temp")



reply via email to

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