me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-texlogsieve.

* gnu/packages/tex.scm (texlive-texlogsieve): New variable.
Nicolas Goaziou 2023-07-16 17:28:00 +02:00
parent bebd522580
commit 04e7983502
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -6528,6 +6528,29 @@ references/citations warnings. It's also possible to add custom filter
patterns.")
(license license:lppl1.3+)))
(define-public texlive-texlogsieve
(package
(name "texlive-texlogsieve")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/texlogsieve.1"
"doc/man/man1/texlogsieve.man1.pdf"
"doc/support/texlogsieve/"
"scripts/texlogsieve/")
(base32
"0pssh34f2263qfpirmv1np9ncjw9d9zyjqbxpin12px2hmvjvip6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "texlogsieve")))
(home-page "https://ctan.org/pkg/texlogsieve")
(synopsis "Filter and summarize LaTeX log files")
(description
"@command{texlogsieve} reads a LaTeX log file (or the standard input if
no file is specified), filters out less relevant messages, and displays
a summary report.")
(license license:gpl3+)))
(define-public texlive-ticollege
(package
(name "texlive-ticollege")