ngz pushed a commit to branch master
in repository guix.
commit 5d39b92dfb395115918610b9ce39a158093bed8e
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 11:53:58 2023 +0200
gnu: Add texlive-cherokee.
* gnu/packages/tex.scm (texlive-cherokee): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 76cf5b602b..485d9d6d57 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7581,6 +7581,36 @@ formatting chemistry documents according to the
conventions of a number of
leading journals. It also provides some handy chemistry-related macros.")
(license license:lppl1.3+)))
+(define-public texlive-cherokee
+ (package
+ (name "texlive-cherokee")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cherokee/"
+ "fonts/source/public/cherokee/"
+ "fonts/tfm/public/cherokee/"
+ "tex/latex/cherokee/")
+ (base32
+ "0cganm5d4gnkkhandancyd915w2x9kskj9qg81y54jcfyjz8gp51")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cherokee")
+ (synopsis "Font for the Cherokee script")
+ (description
+ "The Cherokee script was designed in 1821 by Segwoya. The alphabet is
+essentially syllabic, only 6 characters (a e i o s u) correspond to Roman
+letters: the font encodes these to the corresponding roman letter. The
+remaining 79 characters have been arbitrarily encoded in the range 38-122; the
+@code{cherokee} package provides commands that map each such syllable to the
+appropriate character.")
+ ;; "You may freely use, modify, and/or distribute this file, without
+ ;; limitation. If you make significant additions or improvements,
+ ;; I request that you email me an updated version."
+ (license
+ (license:fsf-free "file://fonts/source/public/cherokee/cherokee.mf"))))
+
(define-public texlive-chess
(package
(name "texlive-chess")