gnu: Add texlive-skeyval.

* gnu/packages/tex.scm (texlive-skeyval): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:01:20 +02:00
parent 13fcb32204
commit 0a5c4fb6c6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -95870,6 +95870,27 @@ (define-public texlive-skeycommand
and @code{skeyval} packages are available to the user of @code{skeycommand}.")
(license license:lppl1.3+)))
(define-public texlive-skeyval
(package
(name "texlive-skeyval")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/skeyval/" "tex/latex/skeyval/")
(base32
"09647p16f50wa9yz9jfypwckginvlv0897x4gb7m69pbvgnsdf4i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/skeyval")
(synopsis
"Key-value parsing combining features of @code{xkeyval} and @code{pgfkeys}")
(description
"The package integrates the features of @code{xkeyval} and of @code{pgfkeys}
by introducing a new type of handlers. Style keys, links, changing key
callbacks and values on the fly, and other features of @code{pgfkeys} are
introduced in a new context.")
(license license:lppl1.3+)))
;;;
;;; 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