guix-commits
[Top][All Lists]
Advanced

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

106/306: gnu: Add texlive-ektype-tanka.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-ektype-tanka.
    
    * gnu/packages/tex.scm (texlive-ektype-tanka): 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 95efe686fb..39c11d0ac2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10951,6 +10951,25 @@ OT1 encoding.  Also offered are a couple of Metafont 
files described in the
 font package, but not provided there.")
     (license license:lppl)))
 
+(define-public texlive-ektype-tanka
+  (package
+    (name "texlive-ektype-tanka")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/ektype-tanka/"
+                   "fonts/truetype/public/ektype-tanka/")
+             (base32
+              "05jyx7dgbi19n6g8f4a5f8lkalld2p7lrlrfy1pj961hx65zbj80")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ektype-tanka";)
+    (synopsis "Devanagari fonts by EkType")
+    (description
+     "This package provides a collection of some Devanagari fonts by EkType:
+Mukta, Baloo, Modak, and Jaini.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-eledform
   (package
     (name "texlive-eledform")



reply via email to

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