me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-roundrect.

* gnu/packages/tex.scm (texlive-roundrect): New variable.
Nicolas Goaziou 2023-06-19 11:27:13 +02:00
parent 8f29ad5791
commit 697a5db616
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -6072,6 +6072,27 @@ expanding strokes. In @code{mftoeps}, Metafont writes PostScript code to
a log-file, from which it may be extracted by either TeX or AWK.")
(license license:public-domain)))
(define-public texlive-roundrect
(package
(name "texlive-roundrect")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/roundrect/"
"metapost/roundrect/"
"source/metapost/roundrect/")
(base32
"0bx6xfr49rrcrnbyw917fab2qi0x29h66ip4nyhw6477815ic0wq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/roundrect")
(synopsis "MetaPost macros for configurable rounded rectangles")
(description
"The @code{roundrect} macros for MetaPost provide ways to produce rounded
rectangles, which may or may not contain a title bar or text (the title bar
may itself contain text).")
(license license:lppl1.3+)))
(define-public texlive-selinput
(package
(name "texlive-selinput")