gnu: Add texlive-makeglos.

* gnu/packages/tex.scm (texlive-makeglos): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:55:01 +02:00
parent 9c59135ae0
commit 12487aeb7f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -88145,6 +88145,25 @@ (define-public texlive-makedtx
table, and also writes the associated installation (@file{.ins}) script.")
(license license:lppl)))
(define-public texlive-makeglos
(package
(name "texlive-makeglos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/makeglos/" "tex/latex/makeglos/")
(base32
"10d74vw46y5ckkr2s5rpkv6cf4z1cxp8idqx4gjm6zxfr3arp2ss")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/makeglos")
(synopsis "Include a glossary into a document")
(description
"The package provides the means to include a glossary into a document. The
glossary is prepared by an external program, such as @command{xindy} or
@command{makeindex}, in the same way that an index is made.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar