mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add perl-term-table.
* gnu/packages/perl.scm (perl-term-table): New variable.
This commit is contained in:
parent
b51f02a949
commit
6d6646f932
1 changed files with 21 additions and 0 deletions
|
@ -6431,6 +6431,27 @@ (define-public perl-term-readkey
|
|||
screen size, and retrieval/modification of the control characters.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-term-table
|
||||
(package
|
||||
(name "perl-term-table")
|
||||
(version "0.008")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/Term-Table-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gi4lyvs6n8y6hjwmflfpamfl65y7mb1g39zi0rx35nclj8xb370"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-importer" ,perl-importer)))
|
||||
(home-page "http://search.cpan.org/dist/Term-Table/")
|
||||
(synopsis "Format a header and rows into a table")
|
||||
(description "This module is able to generically format rows of data
|
||||
into tables.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-test-base
|
||||
(package
|
||||
(name "perl-test-base")
|
||||
|
|
Loading…
Reference in a new issue