ngz pushed a commit to branch master
in repository guix.
commit e0e3d45f5c0be296b8c9cb6d080ef37654ef4fa7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:26:00 2023 +0200
gnu: Add texlive-hindmadurai.
* gnu/packages/tex.scm (texlive-hindmadurai): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6ecdc9e2aa..a024a5c59e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14396,6 +14396,31 @@ with guillemets, and support for character protruding
using the
@code{pdfcprot} package.")
(license license:gpl3+)))
+(define-public texlive-hindmadurai
+ (package
+ (name "texlive-hindmadurai")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hindmadurai/"
+ "fonts/enc/dvips/hindmadurai/"
+ "fonts/map/dvips/hindmadurai/"
+ "fonts/opentype/public/hindmadurai/"
+ "fonts/tfm/public/hindmadurai/"
+ "fonts/type1/public/hindmadurai/"
+ "fonts/vf/public/hindmadurai/"
+ "tex/latex/hindmadurai/")
+ (base32
+ "15bf8hka7f04l7zpkaav1azbailjv21w15iidbaxx9n2d4plf2kk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hindmadurai")
+ (synopsis "HindMadurai font face with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides the HindMadurai family of fonts designed by the
+Indian Type Foundry, with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-historische-zeitschrift
(package
(name "texlive-historische-zeitschrift")