guix-commits
[Top][All Lists]
Advanced

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

44/53: gnu: Add texlive-screenplay-pkg.


From: guix-commits
Subject: 44/53: gnu: Add texlive-screenplay-pkg.
Date: Wed, 16 Aug 2023 14:27:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2b7eaa04582d9694206d6f0e34140a85b69a67eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:50:05 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2fc2423d5f..0a92451d62 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11322,6 +11322,26 @@ specialists.")
 Picture Arts and Sciences.")
     (license license:gpl3+)))
 
+(define-public texlive-screenplay-pkg
+  (package
+    (name "texlive-screenplay-pkg")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/screenplay-pkg/"
+                   "tex/latex/screenplay-pkg/")
+             (base32
+              "07xl6631yjjx56whl1vl4mzdcn8k63i624lspxiw18ppfrxdh3an")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/screenplay-pkg";)
+    (synopsis "Package version of the screenplay document class")
+    (description
+     "This package implements the tools of the @code{screenplay} document
+class in the form of a package so that screenplay fragments can be included
+within another document class.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-serbian-apostrophe
   (package
     (name "texlive-serbian-apostrophe")



reply via email to

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