guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/47: gnu: Add texlive-jeuxcartes.


From: guix-commits
Subject: 21/47: gnu: Add texlive-jeuxcartes.
Date: Thu, 17 Aug 2023 09:52:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 222f7d506041b06fe4f90b1dbbdadd11a037a01b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:10:42 2023 +0200

    gnu: Add texlive-jeuxcartes.
    
    * gnu/packages/tex.scm (texlive-jeuxcartes): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5dc5b56328..1f9c41109b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7983,6 +7983,30 @@ digit form.  This package provides support for spelling 
out numbers in Italian
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]