guix-commits
[Top][All Lists]
Advanced

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

12/47: gnu: Add texlive-egameps.


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

ngz pushed a commit to branch master
in repository guix.

commit c6e0b02922d3b68768ee6a99dfbf1d5811d2c7f6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:08:38 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6d14f758e..bbd6c974e0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5807,6 +5807,24 @@ order that one would expect.")
 editions.")
     (license license:gpl2)))
 
+(define-public texlive-egameps
+  (package
+    (name "texlive-egameps")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/egameps/" "tex/latex/egameps/")
+             (base32
+              "1wlki6y54czvvq7cvs7pvsvl1fhd8laaj5j52jv1v8w1msh5mlpr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/egameps";)
+    (synopsis "LaTeX package for typesetting extensive games")
+    (description
+     "The style is intended to have enough features to draw any extensive game
+with relative ease.  The facilities of PSTricks are used for graphics.")
+    (license license:lppl)))
+
 (define-public texlive-eledform
   (package
     (name "texlive-eledform")



reply via email to

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