mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: Add texlive-getoptk.
* gnu/packages/tex.scm (texlive-getoptk): New variable.
This commit is contained in:
parent
eb1d39e74f
commit
fcc06aec35
1 changed files with 19 additions and 0 deletions
|
@ -2741,6 +2741,25 @@ (define-public texlive-fragmaster
|
|||
and EPS files with the substitutions included.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-tex")
|
||||
|
|
Loading…
Reference in a new issue