[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/47: gnu: Add texlive-wargame.
From: |
guix-commits |
Subject: |
44/47: gnu: Add texlive-wargame. |
Date: |
Thu, 17 Aug 2023 09:52:40 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit af5e66818f0ea1ddcc73404e3be60141e76466c0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:25:28 2023 +0200
gnu: Add texlive-wargame.
* gnu/packages/tex.scm (texlive-wargame): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c81c2f1681..7ef5b178e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14723,6 +14723,32 @@ bundle, for which map files are available to provide a
Vietnamese version.")
(license (list license:lppl1.3+
(license:fsf-free
"file://source/generic/vntex/LICENSE-utopia.txt")))))
+(define-public texlive-wargame
+ (package
+ (name "texlive-wargame")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wargame/" "source/latex/wargame/"
+ "tex/latex/wargame/")
+ (base32
+ "1j56fnq5m298ly650v0k7qla15kiwcwswsd7454wqv9f191gmhhh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wargame")
+ (synopsis "LaTeX package to prepare hex'n'counter wargames")
+ (description
+ "This package can help make classic Hex'n'Counter wargames using LaTeX.
+The package provide tools for generating Hex maps and boards Counters for
+units, markers, and so on Counter sheets Order of Battle charts Illustrations
+in the rules using the defined maps and counters The result will often be
+a PDF (or set of PDFs) that contain everything one will need for
+a game (rules, charts, boards, counter sheets). The package uses NATO App6
+symbology for units. The package uses NATO App6 symbology for units. The
+package uses TikZ for most things. The package support exporting the game to
+a VASSAL module.")
+ (license license:cc-by-sa4.0)))
+
(define-public texlive-witharrows
(package
(name "texlive-witharrows")
- 47/47: gnu: Add texlive-collection-games., (continued)
- 47/47: gnu: Add texlive-collection-games., guix-commits, 2023/08/17
- 04/47: gnu: Add texlive-bartel-chess-fonts., guix-commits, 2023/08/17
- 21/47: gnu: Add texlive-jeuxcartes., guix-commits, 2023/08/17
- 26/47: gnu: Add texlive-musikui., guix-commits, 2023/08/17
- 25/47: gnu: Add texlive-maze., guix-commits, 2023/08/17
- 31/47: gnu: Add texlive-psgo., guix-commits, 2023/08/17
- 35/47: gnu: Add texlive-schwalbe-chess., guix-commits, 2023/08/17
- 36/47: gnu: Add texlive-scrabble., guix-commits, 2023/08/17
- 38/47: gnu: Add texlive-skak., guix-commits, 2023/08/17
- 39/47: gnu: Add texlive-skaknew., guix-commits, 2023/08/17
- 44/47: gnu: Add texlive-wargame.,
guix-commits <=
- 03/47: gnu: Add texlive-mahjong., guix-commits, 2023/08/17
- 13/47: gnu: Add texlive-gamebook., guix-commits, 2023/08/17
- 14/47: gnu: Add texlive-gamebooklib., guix-commits, 2023/08/17
- 12/47: gnu: Add texlive-egameps., guix-commits, 2023/08/17
- 08/47: gnu: Add texlive-chessfss., guix-commits, 2023/08/17
- 17/47: gnu: Add texlive-havannah., guix-commits, 2023/08/17
- 42/47: gnu: Add texlive-sudokubundle., guix-commits, 2023/08/17
- 33/47: gnu: Add texlive-reverxii., guix-commits, 2023/08/17
- 18/47: gnu: Add texlive-hexboard., guix-commits, 2023/08/17
- 19/47: gnu: Add texlive-hexgame., guix-commits, 2023/08/17