gnu: Add texlive-getoptk.

* gnu/packages/tex.scm (texlive-getoptk): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:51:38 +02:00
parent eb1d39e74f
commit fcc06aec35
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2741,6 +2741,25 @@ (define-public texlive-fragmaster
and EPS files with the substitutions included.") and EPS files with the substitutions included.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-getoptk
(package
(name "texlive-getoptk")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/plain/getoptk/" "tex/plain/getoptk/")
(base32
"19ndqi977wk6f9ikcvbllcbxmmfzdanjfznzx6pkq41caf4mj91y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/getoptk")
(synopsis "Define macros with sophisticated options")
(description
"The package provides a means of defining macros whose options are taken
from a dictionary, which includes options which themselves have arguments.
The package was designed for use with Plain TeX.")
(license license:cecill-b)))
(define-public texlive-tex (define-public texlive-tex
(package (package
(name "texlive-tex") (name "texlive-tex")