gnu: Add texlive-docbytex.

* gnu/packages/tex.scm (texlive-docbytex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:46:41 +02:00
parent 9aeddf892a
commit bac73b47bd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1539,6 +1539,27 @@ (define-public texlive-dirtree
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")