Skip to content
Snippets Groups Projects
Commit 10ef803e authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: Add Text-Table.

* gnu/packages/perl.scm (perl-text-table): New variable.
parent 7ae95571
No related branches found
No related tags found
No related merge requests found
...@@ -5291,6 +5291,26 @@ (define-public perl-text-simpletable ...@@ -5291,6 +5291,26 @@ (define-public perl-text-simpletable
(description "Text::SimpleTable draws simple ASCII tables.") (description "Text::SimpleTable draws simple ASCII tables.")
(license artistic2.0))) (license artistic2.0)))
(define-public perl-text-table
(package
(name "perl-text-table")
(version "1.130")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
"Text-Table-" version ".tar.gz"))
(sha256
(base32
"02c8v38k639r23dgxwgvsy4myjjzvgdb238kpiffsiz25ab3xp5j"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-text-aligner" ,perl-text-aligner)))
(home-page "http://search.cpan.org/dist/Text-Table")
(synopsis "Organize Data in Tables")
(description "Text::Table renders plaintext tables.")
(license x11)))
(define-public perl-text-unidecode (define-public perl-text-unidecode
(package (package
(name "perl-text-unidecode") (name "perl-text-unidecode")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment