guix-commits
[Top][All Lists]
Advanced

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

150/306: gnu: Add texlive-gofonts.


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

ngz pushed a commit to branch master
in repository guix.

commit 8c059ff67cbb3e42eed72a25a23e863534086d32
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:23:06 2023 +0200

    gnu: Add texlive-gofonts.
    
    * gnu/packages/tex.scm (texlive-gofonts): 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 9e85d1c15f..9226429bec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13390,6 +13390,34 @@ modulated stroke).")
 19x19 board; the fonts are written in Metafont.")
     (license license:public-domain)))
 
+(define-public texlive-gofonts
+  (package
+    (name "texlive-gofonts")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/gofonts/"
+                   "fonts/enc/dvips/gofonts/"
+                   "fonts/map/dvips/gofonts/"
+                   "fonts/tfm/bh/gofonts/"
+                   "fonts/truetype/bh/gofonts/"
+                   "fonts/type1/bh/gofonts/"
+                   "fonts/vf/bh/gofonts/"
+                   "tex/latex/gofonts/")
+             (base32
+              "07ysxm10xwg6cc781gdppidq1s87bqli4x6shkarjl29pxcncn61")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gofonts";)
+    (synopsis "GoSans and GoMono fonts with LaTeX support")
+    (description
+     "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the GoSans and GoMono families of fonts designed by the Bigelow & Holmes
+foundry.  GoSans is available in three weights: Regular, Medium, and
+Bold (with corresponding italics).  GoMono is available in regular and bold,
+with italics.")
+    (license (list license:bsd-3 license:lppl))))
+
 (define-public texlive-gost
   (package
     (name "texlive-gost")



reply via email to

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