mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add texlive-typeoutfileinfo.
* gnu/packages/tex.scm (texlive-typeoutfileinfo): New variable.
This commit is contained in:
parent
fe8505c9c4
commit
d4a02c7bd0
1 changed files with 22 additions and 0 deletions
|
@ -8204,6 +8204,28 @@ (define-public texlive-twemojis
|
|||
Unicode font stuff is needed and it should work on every installation.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-tzplot")
|
||||
|
|
Loading…
Reference in a new issue