gnu: Add ruby-creole.
* gnu/packages/ruby.scm (ruby-creole): New variable.
This commit is contained in:
parent
6ef8525607
commit
c4550f7568
|
@ -3408,6 +3408,27 @@ contexts without performance penalties.")
|
||||||
(home-page "https://github.com/citrusbyte/contest")
|
(home-page "https://github.com/citrusbyte/contest")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-creole
|
||||||
|
(package
|
||||||
|
(name "ruby-creole")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "creole" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"00rcscz16idp6dx0dk5yi5i0fz593i3r6anbn5bg2q07v3i025wm"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("ruby-bacon" ,ruby-bacon)))
|
||||||
|
(synopsis "Creole markup language converter")
|
||||||
|
(description
|
||||||
|
"Creole is a lightweight markup language and this library for converting
|
||||||
|
creole to @code{HTML}.")
|
||||||
|
(home-page "https://github.com/minad/creole")
|
||||||
|
(license license:ruby)))
|
||||||
|
|
||||||
(define-public ruby-docile
|
(define-public ruby-docile
|
||||||
(package
|
(package
|
||||||
(name "ruby-docile")
|
(name "ruby-docile")
|
||||||
|
|
Loading…
Reference in New Issue