guix-commits
[Top][All Lists]
Advanced

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

19/47: gnu: Add texlive-hexgame.


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

ngz pushed a commit to branch master
in repository guix.

commit 016ce334180c8a96597987de9cc5729b742c71b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:10:19 2023 +0200

    gnu: Add texlive-hexgame.
    
    * gnu/packages/tex.scm (texlive-hexgame): 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 f77ee94bce..cdc8ff4a4b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7490,6 +7490,25 @@ existing SIunits set.")
 and XeTeX, that provides functionality for drawing Hex boards and games.")
     (license license:cc-by-sa4.0)))
 
+(define-public texlive-hexgame
+  (package
+    (name "texlive-hexgame")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/hexgame/" "tex/latex/hexgame/")
+             (base32
+              "1qr9v7225k6xzykw3rdsxf2sa3b5asvmd767i88jwimmacwi2cp1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hexgame";)
+    (synopsis "Provide an environment to draw a hexgame-board")
+    (description
+     "Hex is a mathematical game invented by the Danish mathematician Piet
+Hein and independently by the mathematician John Nash.  This package defines
+an environment that enables the user to draw such a game in a trivial way.")
+    (license license:lppl)))
+
 (define-public texlive-hitex
   (package
     (name "texlive-hitex")



reply via email to

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