mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add perl-lingua-translit.
* gnu/packages/perl.scm (perl-lingua-translit): New variable.
This commit is contained in:
parent
e9ef394ac9
commit
37115dc650
1 changed files with 20 additions and 0 deletions
|
@ -3665,6 +3665,26 @@ (define-public perl-log-report
|
||||||
one: logging, exceptions, and translations.")
|
one: logging, exceptions, and translations.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-lingua-translit
|
||||||
|
(package
|
||||||
|
(name "perl-lingua-translit")
|
||||||
|
(version "0.26")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/A/AL/ALINKE/"
|
||||||
|
"Lingua-Translit-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"161589h08kzliga17i2g0hb0yn4cjmb8rdiyadq5bw97974bac14"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Lingua-Translit")
|
||||||
|
(synopsis "Transliterate text between writing systems")
|
||||||
|
(description "@code{Lingua::Translit} can be used to convert text from one
|
||||||
|
writing system to another, based on national or international transliteration
|
||||||
|
tables. Where possible a reverse transliteration is supported.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-list-allutils
|
(define-public perl-list-allutils
|
||||||
(package
|
(package
|
||||||
(name "perl-list-allutils")
|
(name "perl-list-allutils")
|
||||||
|
|
Loading…
Reference in a new issue