guix-commits
[Top][All Lists]
Advanced

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

40/47: gnu: Add texlive-soup.


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

ngz pushed a commit to branch master
in repository guix.

commit 80bfe3a740cb90c61c054a5bf87ff8c0f0657253
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:24:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 96e3faecf3..37dd86449b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13365,6 +13365,28 @@ scripture references);
 @end itemize")
     (license license:gpl2)))
 
+(define-public texlive-soup
+  (package
+    (name "texlive-soup")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/soup/" "source/latex/soup/"
+                   "tex/latex/soup/")
+             (base32
+              "04lpc3nn45i66cwnjn0sycdpfaynzkb19djyfi8ca3ppb1sn79z6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/soup";)
+    (synopsis "Generate alphabet soup puzzles")
+    (description
+     "This package generates alphabet soup puzzles (aka word search puzzles),
+and variations using numbers or other symbols.  It provides macros to generate
+an alphabet soup style puzzle (also known as word search puzzles or
+find-the-word puzzles).  It also allows creating number soup and soups with
+custom symbol sets.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-spalign
   (package
     (name "texlive-spalign")



reply via email to

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