guix-commits
[Top][All Lists]
Advanced

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

25/47: gnu: Add texlive-maze.


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

ngz pushed a commit to branch master
in repository guix.

commit c55e42d3e3a21687b373daa9998317db13ee419a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:12:36 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 50aba837a4..a57209d7dd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10081,6 +10081,25 @@ representation of common vectors and tensors such as 
forces, velocities,
 moments of inertia, etc.")
     (license license:lppl1.3c)))
 
+(define-public texlive-maze
+  (package
+    (name "texlive-maze")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/maze/" "tex/latex/maze/")
+             (base32
+              "0dwsv62rpyll1cfh1qpz6msmypc1a61b1pb0a7lm89ks1cj42zmg")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/maze";)
+    (synopsis "Generate random mazes")
+    (description
+     "This package can generate random square mazes of a specified size.
+The mazes generated by this package are natural and their solution is not too
+obvious.  The output it based on the @code{picture} environment.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-mecaso
   (package
     (name "texlive-mecaso")



reply via email to

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