mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new package asciidoctor-kroki
This commit is contained in:
parent
1b3bc0659e
commit
0060e237e1
1 changed files with 25 additions and 1 deletions
|
@ -741,7 +741,31 @@
|
|||
(license license:expat))
|
||||
)
|
||||
|
||||
|
||||
(define-public ruby-asciidoctor-kroki
|
||||
(package
|
||||
(name "ruby-asciidoctor-kroki")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "asciidoctor-kroki" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13gx22xld4rbxxirnsxyrsajy9v666r8a4ngms71611af5afgk6w"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("ruby-asciidoctor" ,ruby-asciidoctor)))
|
||||
(synopsis
|
||||
"An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
|
||||
(description
|
||||
"An extension for Asciidoctor to convert diagrams to images using https://kroki.io")
|
||||
(home-page
|
||||
"https://github.com/Mogztter/asciidoctor-kroki")
|
||||
(license license:expat)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
;;; glicid.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue