mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add Term-Encoding.
* gnu/packages/perl.scm (perl-term-encoding): New variable.
This commit is contained in:
parent
d2401db9ff
commit
257fa40b23
1 changed files with 19 additions and 0 deletions
|
@ -4306,6 +4306,25 @@ (define-public perl-template-timer
|
|||
processing in Perl code.")
|
||||
(license (list gpl3 artistic2.0))))
|
||||
|
||||
(define-public perl-term-encoding
|
||||
(package
|
||||
(name "perl-term-encoding")
|
||||
(version "0.02")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
|
||||
"Term-Encoding-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k6g4q7snxggv5fdqnzw29al4mwbwg0hl0skzfnczh508qiyfx7j"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Term-Encoding")
|
||||
(synopsis "Detect encoding of the current terminal")
|
||||
(description "Term::Encoding is a simple module to detect the encoding of
|
||||
the current terminal expects in various ways.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-test-base
|
||||
(package
|
||||
(name "perl-test-base")
|
||||
|
|
Loading…
Reference in a new issue