gnu: Add texlive-keystroke.

* gnu/packages/tex.scm (texlive-keystroke): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:33 +02:00
parent 5f970c15ba
commit b87f6c1b37
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86302,6 +86302,25 @@ (define-public texlive-keyreader
a favourite with users, it has been reinstated.")
(license license:lppl1.3+)))
(define-public texlive-keystroke
(package
(name "texlive-keystroke")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/keystroke/"
"tex/latex/keystroke/")
(base32
"0vgzbh02aadnwmhfvysijxxy4bkf3wv6hxmghb8kz8g7sam4f5p1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/keystroke")
(synopsis "Graphical representation of keys on keyboard")
(description
"This package provides a LaTeX package which provides macros for the
graphical representation of the keys on a computer keyboard.")
(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