guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

220/306: gnu: Add texlive-ocherokee.


From: guix-commits
Subject: 220/306: gnu: Add texlive-ocherokee.
Date: Mon, 21 Aug 2023 10:36:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dcdc0261b9cfb55f77dc7b7201a088d22673b006
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:46:56 2023 +0200

    gnu: Add texlive-ocherokee.
    
    * gnu/packages/tex.scm (texlive-ocherokee): New variable.
---
 gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 50bac2d70d..9a71c98e36 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20054,6 +20054,34 @@ encoding, rather than a TeX/LaTeX encoding).  To use 
the fonts, the user needs
 Cyrillic font support.")
     (license license:lppl)))
 
+(define-public texlive-ocherokee
+  (package
+    (name "texlive-ocherokee")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/omega/ocherokee/"
+                   "fonts/afm/public/ocherokee/"
+                   "fonts/map/dvips/ocherokee/"
+                   "fonts/ofm/public/ocherokee/"
+                   "fonts/ovf/public/ocherokee/"
+                   "fonts/ovp/public/ocherokee/"
+                   "fonts/tfm/public/ocherokee/"
+                   "fonts/type1/public/ocherokee/"
+                   "omega/ocp/ocherokee/"
+                   "omega/otp/ocherokee/"
+                   "tex/lambda/ocherokee/")
+             (base32
+              "1j2giz3rjr8hdzca5hny31zklnl721mhsgxm575fhh82qrpvdx26")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ocherokee";)
+    (synopsis "LaTeX Support for the Cherokee language")
+    (description
+     "This package provides macros and Type 1 fonts for Typesetting the
+Cherokee language with the Omega version of LaTeX (known as Lambda).")
+    (license license:lppl)))
+
 (define-public texlive-octave
   (package
     (name "texlive-octave")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]