guix-commits
[Top][All Lists]
Advanced

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

07/47: gnu: Add texlive-chessboard.


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

ngz pushed a commit to branch master
in repository guix.

commit e3e6dde662823730c0f42d418c6dff058d24f597
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:07:24 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f3c5c72f0b..8b1db254c3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4237,6 +4237,28 @@ fairy chess problems (mostly using rotated images of 
pieces) and other
 boards.")
     (license license:lppl1.2+)))
 
+(define-public texlive-chessboard
+  (package
+    (name "texlive-chessboard")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/chessboard/"
+                   "source/latex/chessboard/"
+                   "tex/latex/chessboard/")
+             (base32
+              "1nz66h6baz5m2jfzjzyccw0rcpkc6rfbq9cc759y875b47j8pkhx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chessboard";)
+    (synopsis "Print chess boards")
+    (description
+     "This package offers commands to print chessboards.  It can print partial
+boards, hide pieces and fields, color the boards and put various marks on the
+board.  It has a lot of options to place pieces on the board.  Using exotic
+pieces (e.g., for fairy chess) is possible.")
+    (license license:lppl)))
+
 (define-public texlive-chhaya
   (package
     (name "texlive-chhaya")



reply via email to

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