mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add Text-German.
* gnu/packages/language.scm (perl-text-german): New variable.
This commit is contained in:
parent
1f4b1129dc
commit
2b83abae53
1 changed files with 19 additions and 0 deletions
|
@ -267,3 +267,22 @@ (define-public perl-snowball-swedish
|
||||||
(description "Lingua::Stem::Snowball::Se is a perl port of the swedish
|
(description "Lingua::Stem::Snowball::Se is a perl port of the swedish
|
||||||
stemmer at http://snowball.sourceforge.net.")
|
stemmer at http://snowball.sourceforge.net.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-text-german
|
||||||
|
(package
|
||||||
|
(name "perl-text-german")
|
||||||
|
(version "0.06")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/U/UL/ULPFR/"
|
||||||
|
"Text-German-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1p87pgap99lw0nv62i3ghvsi7yg90lhn8vsa3yqp75rd04clybcj"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Text-German")
|
||||||
|
(synopsis "German grundform reduction")
|
||||||
|
(description "This module is a rather incomplete implementaion of work
|
||||||
|
done by Gudrun Putze-Meier.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
Loading…
Reference in a new issue