gnu: Add texlive-makecirc.
* gnu/packages/tex.scm (texlive-makecirc): New variable.
This commit is contained in:
parent
70b8375249
commit
cb55c4588c
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue