guix-commits
[Top][All Lists]
Advanced

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

36/47: gnu: Add texlive-scrabble.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-scrabble.
    
    * gnu/packages/tex.scm (texlive-scrabble): 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 2fe760c304..526e6aaeb1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12833,6 +12833,24 @@ effortless pretty-printing of SuperCollider source 
code in documents typeset
 with LaTeX and friends.")
     (license license:lppl1.3+)))
 
+(define-public texlive-scrabble
+  (package
+    (name "texlive-scrabble")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/scrabble/" "tex/latex/scrabble/")
+             (base32
+              "1wr85x1kh6457sr61cq6mx8z6zrf61c9659a941wakc610sbqlsx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/scrabble";)
+    (synopsis "Commands for Scrabble boards")
+    (description
+     "This package provides some commands (in English and in French) to work
+with a Scrabble board.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-scratchx
   (package
     (name "texlive-scratchx")



reply via email to

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