guix-commits
[Top][All Lists]
Advanced

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

56/306: gnu: Add texlive-chivo.


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

ngz pushed a commit to branch master
in repository guix.

commit c15739fd328f1f4a6c11810e18a53a0913e9bbfa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:54:36 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 485d9d6d57..6b36d96991 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7798,6 +7798,33 @@ an annotation field in bibliographies.")
 environment for Chinese chess manual writing.")
     (license license:lppl1.3c)))
 
+(define-public texlive-chivo
+  (package
+    (name "texlive-chivo")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/chivo/"
+                   "fonts/enc/dvips/chivo/"
+                   "fonts/map/dvips/chivo/"
+                   "fonts/opentype/public/chivo/"
+                   "fonts/tfm/public/chivo/"
+                   "fonts/type1/public/chivo/"
+                   "fonts/vf/public/chivo/"
+                   "source/fonts/chivo/"
+                   "tex/latex/chivo/")
+             (base32
+              "0dvcz42rw2y33amrjikgicy9r4c6m0c4cvv2h0sm7k5bympnj8w0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chivo";)
+    (synopsis "Using the Chivo fonts with LaTeX")
+    (description
+     "This work provides the necessary files to use the Chivo fonts with
+LaTeX.  Chivo is a set of eight fonts provided by Hector Gatti and Omnibus
+Team.")
+    (license (list license:silofl1.1 license:lppl1.3c))))
+
 (define-public texlive-chordbars
   (package
     (name "texlive-chordbars")



reply via email to

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