gnu: Add texlive-latexfileversion.

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

View file

@ -2643,6 +2643,26 @@ (define-public texlive-latexdiff
only.")
(license license:gpl3)))
(define-public texlive-latexfileversion
(package
(name "texlive-latexfileversion")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/latexfileversion/"
"scripts/latexfileversion/")
(base32
"12kw9s415dnlaadx6yn2jddvflvbs754rkz30xhr3di2ldpvp2jj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "latexfileversion")))
(home-page "https://ctan.org/pkg/latexfileversion")
(synopsis "Prints the version and date of a LaTeX class or style file")
(description
"This simple shell script prints the version and date of a LaTeX class or
style file.")
(license license:lppl)))
(define-public texlive-tex-ini-files
(package
(name "texlive-tex-ini-files")