gnu: Add texlive-cweb.

* gnu/packages/tex.scm (texlive-cweb): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-03 10:58:27 +02:00
parent 32f9cb3e6b
commit d5abbf48a4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1891,6 +1891,40 @@ (define-public texlive-courier
;; No license version specified.
(license license:gpl3+)))
(define-public texlive-cweb
(package
(name "texlive-cweb")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/ctangle.1"
"doc/man/man1/ctangle.man1.pdf"
"doc/man/man1/ctwill-refsort.1"
"doc/man/man1/ctwill-refsort.man1.pdf"
"doc/man/man1/ctwill-twinx.1"
"doc/man/man1/ctwill-twinx.man1.pdf"
"doc/man/man1/ctwill.1"
"doc/man/man1/ctwill.man1.pdf"
"doc/man/man1/cweave.1"
"doc/man/man1/cweave.man1.pdf"
"doc/man/man1/cweb.1"
"doc/man/man1/cweb.man1.pdf"
"doc/man/man1/twill.1"
"doc/man/man1/twill.man1.pdf"
"tex/plain/cweb/")
(base32
"1p6zj6zc6c3i5caj1217gkjjk0wyfks85x33i5p28znzc2fgvbdi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cwebbin")
(synopsis "CWEB for ANSI-C/C++ compilers")
(description
"This package provides a highly portable and extended version of
Levy/Knuth CWEB 3.64c. TeX macros, CWEB macros, and NLS catalogs are included
for German, French (partially), and Italian program documentation on any
machine.")
(license license:knuth)))
(define-public texlive-tex-gyre
(package
(name "texlive-tex-gyre")