[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/47: gnu: Add texlive-psgo.
From: |
guix-commits |
Subject: |
31/47: gnu: Add texlive-psgo. |
Date: |
Thu, 17 Aug 2023 09:52:36 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 514368ee47f6592ae520a329ac372875937b70b1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:20:49 2023 +0200
gnu: Add texlive-psgo.
* gnu/packages/tex.scm (texlive-psgo): New variable.
---
gnu/packages/tex.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6aa5b5938a..39a3ded68f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12259,6 +12259,23 @@ elements such as keywords, identifiers, and comments.")
algorithms in a natural manner.")
(license license:lppl)))
+(define-public texlive-psgo
+ (package
+ (name "texlive-psgo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/psgo/" "tex/latex/psgo/")
+ (base32
+ "0ki49zbdn0qvzsz7h53vqwpf4rmiiranq52lh344z7wypznddi28")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/psgo")
+ (synopsis "Typeset go diagrams with PSTricks")
+ (description
+ "This packages can be used to typeset go diagrams with PSTricks.")
+ (license license:lppl)))
+
(define-public texlive-psizzl
(package
(name "texlive-psizzl")
- 10/47: gnu: Add texlive-crosswrd., (continued)
- 10/47: gnu: Add texlive-crosswrd., guix-commits, 2023/08/17
- 15/47: gnu: Add texlive-go., guix-commits, 2023/08/17
- 11/47: gnu: Add texlive-customdice., guix-commits, 2023/08/17
- 16/47: gnu: Add texlive-hanoi., guix-commits, 2023/08/17
- 23/47: gnu: Add texlive-labyrinth., guix-commits, 2023/08/17
- 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 <=
- 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, 2023/08/17
- 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