guix-commits
[Top][All Lists]
Advanced

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

103/306: gnu: Add texlive-eczar.


From: guix-commits
Subject: 103/306: gnu: Add texlive-eczar.
Date: Mon, 21 Aug 2023 10:35:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 98b63329d893ab96046a7d58b17f64caad97f4ef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:12:07 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 747a5508eb..b592a750bf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10828,6 +10828,25 @@ The macro sets are based on (and require) the 
@code{harvard} package, and all
 provide variations of author-date styles of presentation.")
     (license license:lppl)))
 
+(define-public texlive-eczar
+  (package
+    (name "texlive-eczar")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/eczar/"
+                   "fonts/opentype/public/eczar/")
+             (base32
+              "1r7alay4g12gn7sr6d584y04qzi77qiialmsq1wfxay7a2h8c3rn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/eczar";)
+    (synopsis "Font family supporting Devanagari and Latin script")
+    (description
+     "Eczar is a type family designed by Vaibhav Singh.  The fonts support
+over 45+3 languages in Latin and Devanagari scripts in 5 weights.")
+    (license license:silofl1.1)))
+
 (define-public texlive-edfnotes
   (package
     (name "texlive-edfnotes")



reply via email to

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