gnu: Add texlive-jeuxcartes.

* gnu/packages/tex.scm (texlive-jeuxcartes): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:10:42 +02:00
parent c9ce2168bd
commit 222f7d5060
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7983,6 +7983,30 @@ (define-public texlive-itnumpar
words, both in cardinal and in ordinal form.")
(license license:lppl)))
(define-public texlive-jeuxcartes
(package
(name "texlive-jeuxcartes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/jeuxcartes/"
"tex/latex/jeuxcartes/")
(base32
"0imwfdwpap755id1k3cqk2p71nqsddc7g8kp3cc8376j4nc34c8a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jeuxcartes")
(synopsis "Macros to insert playing cards")
(description
"This package provides macros to insert playing cards, single, or
hand, or random-hand, Poker or French Tarot or Uno, from PNG files.")
(license
(list license:cc-by-sa4.0
license:expat
license:lgpl2.1
license:lppl1.3c
license:public-domain))))
(define-public texlive-jfmutil
(package
(name "texlive-jfmutil")