me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-poker.

* gnu/packages/tex.scm (texlive-pst-poker): New variable.
Nicolas Goaziou 2023-08-14 10:31:49 +02:00
parent 1bef4153c4
commit 33a674a674
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -33801,6 +33801,25 @@ the five Platonic solids.")
using PSTricks. Plots may be configured using a wide variety of parameters.") using PSTricks. Plots may be configured using a wide variety of parameters.")
(license license:lppl))) (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 (define-public texlive-pst-text
(package (package
(name "texlive-pst-text") (name "texlive-pst-text")