gnu: Add texlive-adhocfilelist.

* gnu/packages/tex.scm (texlive-adhocfilelist): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-15 23:51:13 +02:00
parent e7f0825030
commit 54af218134
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1087,6 +1087,29 @@ (define-public texlive-accfonts
Omega one.")
(license license:gpl3+)))
(define-public texlive-adhocfilelist
(package
(name "texlive-adhocfilelist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/adhocfilelist/"
"scripts/adhocfilelist/"
"source/support/adhocfilelist/"
"tex/support/adhocfilelist/")
(base32
"097yy38571fa2hzp4s3p125xknqgjmkhv1vgi0q9vz83b6175hc4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "adhocfilelist.sh")))
(home-page "https://ctan.org/pkg/adhocfilelist")
(synopsis "@code{\\listfiles} entries from the command line")
(description
"The package provides a Unix shell script to display a list of LaTeX
@code{\\Provides}...-command contexts on screen. Provision is made for
controlling the searches that the package does.")
(license license:lppl)))
(define-public texlive-afm2pl
(package
(name "texlive-afm2pl")