guix-commits
[Top][All Lists]
Advanced

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

18/47: gnu: Add texlive-hexboard.


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

ngz pushed a commit to branch master
in repository guix.

commit 5ac51dbe3ec62e2c9fe5a55dbad36aeb89d195ff
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:10:11 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e0e655532f..f77ee94bce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7470,6 +7470,26 @@ adds a collection of useful @acronym{HEP, High Energy 
Physics} units to the
 existing SIunits set.")
     (license license:lppl)))
 
+(define-public texlive-hexboard
+  (package
+    (name "texlive-hexboard")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/hexboard/"
+                   "source/latex/hexboard/"
+                   "tex/latex/hexboard/")
+             (base32
+              "04z0qhajbjn55mqax4kaw53h7s6g84iy1yh0pfhzj3ib7gd4cpw4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hexboard";)
+    (synopsis "For drawing Hex boards and games")
+    (description
+     "@code{hexboard} is a package for LaTeX that should also work with LuaTeX
+and XeTeX, that provides functionality for drawing Hex boards and games.")
+    (license license:cc-by-sa4.0)))
+
 (define-public texlive-hitex
   (package
     (name "texlive-hitex")



reply via email to

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