gnu: Add texlive-makecirc.

* gnu/packages/tex.scm (texlive-makecirc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:58 +02:00
parent 70b8375249
commit cb55c4588c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -88071,6 +88071,27 @@ (define-public texlive-makebox
instead of an explicit length measure.")
(license license:lppl)))
(define-public texlive-makecirc
(package
(name "texlive-makecirc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/makecirc/"
"metapost/makecirc/")
(base32
"17l4gd9ipbgfcpiy980dlp7zzbrsy9qfcci1ajig2l23gqa50j52")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/makecirc")
(synopsis "MetaPost library for drawing electrical circuit diagrams")
(description
"MakeCirc is a MetaPost library that contains diverse symbols for use in
circuit diagrams. MakeCirc offers a high quality tool, with a simple syntax.
MakeCirc is completely integrated with LaTeX documents and with other MetaPost
drawing/graphic. Its output is a PostScript file.")
(license license:lppl)))
;;;
;;; 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