guix-commits
[Top][All Lists]
Advanced

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

19/40: gnu: Add Getopt-Long-Descriptive.


From: Eric Bavier
Subject: 19/40: gnu: Add Getopt-Long-Descriptive.
Date: Thu, 12 Mar 2015 20:56:02 +0000

bavier pushed a commit to branch master
in repository guix.

commit dd34630f56f546204ecae768a9ec7705da9d213d
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 12 11:45:49 2015 -0500

    gnu: Add Getopt-Long-Descriptive.
    
    * gnu/packages/perl.scm (perl-getopt-long-descriptive): New variable.
---
 gnu/packages/perl.scm |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7bd0cff..fc8decc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1109,6 +1109,33 @@ shell.")
                               "File-Which-" version))
     (license (package-license perl))))
 
+(define-public perl-getopt-long-descriptive
+  (package
+    (name "perl-getopt-long-descriptive")
+    (version "0.098")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
+                           "Getopt-Long-Descriptive-" version ".tar.gz"))
+       (sha256
+        (base32
+         "08lphvqshcajvvd6z4rvcda6rx5kz8pysrsip4nfv2mbks95p9ma"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-test-fatal" ,perl-test-fatal)
+       ("perl-test-warnings" ,perl-test-warnings)))
+    (propagated-inputs
+     `(("perl-params-validate" ,perl-params-validate)
+       ("perl-sub-exporter" ,perl-sub-exporter)))
+    (home-page "http://search.cpan.org/dist/Getopt-Long-Descriptive";)
+    (synopsis "Getopt::Long, but simpler and more powerful")
+    (description "Getopt::Long::Descriptive is yet another Getopt library.
+It's built atop Getopt::Long, and gets a lot of its features, but tries to
+avoid making you think about its huge array of options.  It also provides
+usage (help) messages, data validation, and a few other useful features.")
+    (license (package-license perl))))
+
 (define-public perl-getopt-tabular
   (package
     (name "perl-getopt-tabular")



reply via email to

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