guix-commits
[Top][All Lists]
Advanced

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

38/55: gnu: Add perl-text-tabulardisplay.


From: guix-commits
Subject: 38/55: gnu: Add perl-text-tabulardisplay.
Date: Sun, 22 Dec 2024 07:32:59 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 1f96da1f49e847fc3b001ae3bfccaba92a08fc6d
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Sun Jun 4 17:42:33 2023 +0000

    gnu: Add perl-text-tabulardisplay.
    
    * gnu/packages/perl.scm (perl-text-tabulardisplay): New variable.
    
    Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
---
 gnu/packages/perl.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ba2ebb3cff..43f771f7c7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11930,6 +11930,27 @@ algorism to indicate multiplication by 1000.")
 Text::Wrap will reformat lines into paragraphs.")
     (license (package-license perl))))
 
+(define-public perl-text-tabulardisplay
+  (package
+    (name "perl-text-tabulardisplay")
+    (version "1.38")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/D/DA/DARREN/Text-TabularDisplay-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "1s46s4pg5mpfllx3icf4vnqz9iadbbdbsr5p7pr6gdjnzbx902gb"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/release/Text-TabularDisplay";)
+    (synopsis "Display text in formatted table output")
+    (description
+     "@code{Text::TabularDisplay} simplifies displaying textual data in a
+table.  The output is identical to the columnar display of query results in
+the mysql text monitor.")
+    (license license:gpl2)))
+
 (define-public perl-text-template
   (package
     (name "perl-text-template")



reply via email to

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