mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: Add texlive-jeuxcartes.
* gnu/packages/tex.scm (texlive-jeuxcartes): New variable.
This commit is contained in:
parent
c9ce2168bd
commit
222f7d5060
1 changed files with 24 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue