guix-commits
[Top][All Lists]
Advanced

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

36/40: gnu: Add Text-SimpleTable.


From: Eric Bavier
Subject: 36/40: gnu: Add Text-SimpleTable.
Date: Thu, 12 Mar 2015 20:56:11 +0000

bavier pushed a commit to branch master
in repository guix.

commit e3ad9d64d6e25207f3a489a0643ab0e56fcc0f03
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 12 13:06:32 2015 -0500

    gnu: Add Text-SimpleTable.
    
    * gnu/packages/perl.scm (perl-text-simpletable): New variable.
---
 gnu/packages/perl.scm |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 26f40f9..beb7f8d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2822,6 +2822,24 @@ used to match against text, rather than fetching names 
from a filesystem.  If
 you want to do full file globbing use the File::Glob module instead.")
     (license (package-license perl))))
 
+(define-public perl-text-simpletable
+  (package
+    (name "perl-text-simpletable")
+    (version "2.03")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MR/MRAMBERG/"
+                           "Text-SimpleTable-" version ".tar.gz"))
+       (sha256
+        (base32
+         "15hpry9jwrf1vbjyk21s65rllxrdvp2fdzzv9gsvczggby2yyzfs"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Text-SimpleTable";)
+    (synopsis "Simple ASCII tables")
+    (description "Text::SimpleTable draws simple ASCII tables.")
+    (license artistic2.0)))
+
 (define-public perl-time-local
   (package
     (name "perl-time-local")



reply via email to

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