gnu: Add texlive-skeycommand.

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

View file

@ -95850,6 +95850,26 @@ (define-public texlive-skeldoc
e.g., as a to-do mechanism.")
(license license:expat)))
(define-public texlive-skeycommand
(package
(name "texlive-skeycommand")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/skeycommand/"
"tex/latex/skeycommand/")
(base32
"1iqmqxiiiq6mqmnmw4ii30la4d7z970wr7jx0yv50lh102lx67rw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/skeycommand")
(synopsis "Create commands using parameters and @code{keyval} in parallel")
(description
"The package provides tools for defining LaTeX commands and environments using
combinations of parameters and keys. All the facilities of the @code{ltxkeys}
and @code{skeyval} packages are available to the user of @code{skeycommand}.")
(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