guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: Add perl-getopt-tabular.


From: Eric Bavier
Subject: 09/14: gnu: Add perl-getopt-tabular.
Date: Tue, 09 Dec 2014 20:40:26 +0000

bavier pushed a commit to branch master
in repository guix.

commit d193ba6d7911cc7b97cac79b7d32dde619cb633f
Author: Eric Bavier <address@hidden>
Date:   Mon Dec 1 00:20:24 2014 -0600

    gnu: Add perl-getopt-tabular.
    
    * gnu/packages/perl.scm (perl-getopt-tabular): 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 d7ca131..e385e7b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -298,3 +298,23 @@ shell.")
     (home-page (string-append "http://search.cpan.org/~adamk/";
                               "File-Which-" version))
     (license (package-license perl))))
+
+(define-public perl-getopt-tabular
+  (package
+    (name "perl-getopt-tabular")
+    (version "0.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/G/GW/GWARD/"
+                                  "Getopt-Tabular-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0xskl9lcj07sdfx5dkma5wvhhgf5xlsq0khgh8kk34dm6dv0dpwv"))))
+    (build-system perl-build-system)
+    (synopsis "Table-driven argument parsing for Perl")
+    (description
+     "Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
+vaguely inspired by John Ousterhout's Tk_ParseArgv.")
+    (home-page (string-append "http://search.cpan.org/~gward/";
+                              "Getopt-Tabular-" version))
+    (license (package-license perl))))



reply via email to

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