Archived
1
0
Fork 0

gnu: Add texlive-typeoutfileinfo.

* gnu/packages/tex.scm (texlive-typeoutfileinfo): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 17:34:10 +02:00
parent fe8505c9c4
commit d4a02c7bd0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8204,6 +8204,28 @@ open source emojis through LaTeX commands. This relies on images, so no fancy
Unicode font stuff is needed and it should work on every installation.") Unicode font stuff is needed and it should work on every installation.")
(license (list license:lppl1.3+ license:cc-by4.0)))) (license (list license:lppl1.3+ license:cc-by4.0))))
(define-public texlive-typeoutfileinfo
(package
(name "texlive-typeoutfileinfo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/typeoutfileinfo/"
"scripts/typeoutfileinfo/")
(base32
"19kz79xbr0ri3pbbxv9j2nxdk6vs99nr1ai4xdbjkw2nnx717nxy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "typeoutfileinfo.sh")))
(home-page "https://ctan.org/pkg/typeoutfileinfo")
(synopsis "Display class/package/file information")
(description
"The package provides a minimalist shell script, for Unix systems,
that displays the information content in a @code{\\ProvidesFile},
@code{\\ProvidesPackage} or @code{\\ProvidesClass} command in a LaTeX source
file.")
(license license:lppl1.3+)))
(define-public texlive-tzplot (define-public texlive-tzplot
(package (package
(name "texlive-tzplot") (name "texlive-tzplot")