guix-commits
[Top][All Lists]
Advanced

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

17/93: gnu: Add texlive-docbytex.


From: guix-commits
Subject: 17/93: gnu: Add texlive-docbytex.
Date: Thu, 20 Jul 2023 05:21:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bac73b47bd97c4d07cc09087d41cff6b3a0b002b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:46:41 2023 +0200

    gnu: Add texlive-docbytex.
    
    * gnu/packages/tex.scm (texlive-docbytex): 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 45af13ce50..3d590d2f57 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1539,6 +1539,27 @@ displaying one step in to the right.  The macros work 
equally well with Plain
 TeX and with LaTeX.")
     (license license:lppl)))
 
+(define-public texlive-docbytex
+  (package
+    (name "texlive-docbytex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/docbytex/"
+                   "tex/generic/docbytex/")
+             (base32
+              "09x4xpyq89jjjsp4yzrifcazz0p2f5w7785g8pvss8v0wwsb0lav")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/docbytex";)
+    (synopsis "Creating documentation from source code")
+    (description
+     "The package creates documentation from C source code, or other
+programming languages.")
+    ;; README states: "You can do anything with the files from DocBy.TeX
+    ;; package without any limit".
+    (license (license:fsf-free "file://doc/generic/docbytex/README"))))
+
 (define-public texlive-dosepsbin
   (package
     (name "texlive-dosepsbin")



reply via email to

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