ngz pushed a commit to branch master
in repository guix.
commit ccae30aea943069f424b14089b6edf599bb22bcd
Author: Nicolas Goaziou <[email protected]>
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")