gnu: Add texlive-ltxfileinfo.

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

View file

@ -2764,6 +2764,27 @@ (define-public texlive-listings-ext
is being run.")
(license license:lppl1.2+)))
(define-public texlive-ltxfileinfo
(package
(name "texlive-ltxfileinfo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/ltxfileinfo/"
"scripts/ltxfileinfo/")
(base32
"1nbcplq48cw768pjyg832ymqmjr9rlrcpl6jmkq8mrvvydgy8nai")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "ltxfileinfo")))
(home-page "https://ctan.org/pkg/ltxfileinfo")
(synopsis "Print version information for a LaTeX file")
(description
"@command{ltxfileinfo} displays version information for LaTeX files.
If no path information is given, the file is searched using
@command{kpsewhich}.")
(license license:gpl3+)))
(define-public texlive-tex-ini-files
(package
(name "texlive-tex-ini-files")