guix-commits
[Top][All Lists]
Advanced

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

13/47: gnu: Add texlive-gamebook.


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

ngz pushed a commit to branch master
in repository guix.

commit 719adbe81d2d3ede0ed5e108a3885da6fbd7927f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:09:01 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bbd6c974e0..ecffae8a89 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6679,6 +6679,27 @@ products and convergence with some object oriented 
flavor (it gives the
 possibility to override the standard behavior of norms, ...).")
     (license license:lppl)))
 
+(define-public texlive-gamebook
+  (package
+    (name "texlive-gamebook")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/gamebook/"
+                   "source/latex/gamebook/"
+                   "tex/latex/gamebook/")
+             (base32
+              "0ksyr0hb1bfhc1lbbnzlj7ih8xw516djkn0lddnn07sb6hpzl8x4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gamebook";)
+    (synopsis "Typeset gamebooks and other interactive novels")
+    (description
+     "This package provides the means in order to lay-out gamebooks with LaTeX.
+A simple gamebook example is included with the package, and acts as
+a tutorial.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-gastex
   (package
     (name "texlive-gastex")



reply via email to

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