guix-commits
[Top][All Lists]
Advanced

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

02/47: gnu: Add texlive-hmtrump.


From: guix-commits
Subject: 02/47: gnu: Add texlive-hmtrump.
Date: Thu, 17 Aug 2023 09:52:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 874f78a89709d1a112693b4fd05504a4b657f090
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 14:36:50 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e97c398ae0..5900203531 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7219,6 +7219,29 @@ TeX to format a document for nearly-arbitrary values of 
@code{\\hsize} and
 @code{\\vsize}.")
     (license license:x11)))
 
+(define-public texlive-hmtrump
+  (package
+    (name "texlive-hmtrump")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/lualatex/hmtrump/"
+                   "fonts/truetype/public/hmtrump/"
+                   "tex/lualatex/hmtrump/")
+             (base32
+              "03r1f784ipr2j38y2xy8agl94xwcmyv4pxd0l42iclmx08rczb9q")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hmtrump";)
+    (synopsis "Describe card games")
+    (description
+     "This package provides a font with LuaLaTeX support for describing
+card games.")
+    (license
+     (list (license:fsf-free
+            "doc/lualatex/hmtrump/nkd04_playing_cards_index/LICENSE")
+           license:cc-by-sa4.0))))
+
 (define-public texlive-hrlatex
   (package
     (name "texlive-hrlatex")



reply via email to

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