ngz pushed a commit to branch master
in repository guix.
commit 33a674a6741d4a8477c477f391d08367e99435ff
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:31:49 2023 +0200
gnu: Add texlive-pst-poker.
* gnu/packages/tex.scm (texlive-pst-poker): 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 4498ded26b..ef197f6a8a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33801,6 +33801,25 @@ the five Platonic solids.")
using PSTricks. Plots may be configured using a wide variety of parameters.")
(license license:lppl)))
+(define-public texlive-pst-poker
+ (package
+ (name "texlive-pst-poker")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-poker/"
+ "tex/latex/pst-poker/")
+ (base32
+ "0c1v75rxw717hvjgzb4i0ahk7acmqpgl9czaihvw36r9yaicsm5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-poker")
+ (synopsis "Drawing poker cards")
+ (description
+ "This PSTricks related package can create poker cards in various
+manners.")
+ (license license:lgpl3)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")