guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: Add ruby-creole.


From: Ben Woodcroft
Subject: 09/13: gnu: Add ruby-creole.
Date: Wed, 10 Aug 2016 11:57:35 +0000 (UTC)

benwoodcroft pushed a commit to branch wip-rails
in repository guix.

commit 34d719c28df1290c92a9a47ba4633ee3b39757af
Author: Ben Woodcroft <address@hidden>
Date:   Fri Jan 1 10:14:21 2016 +1000

    gnu: Add ruby-creole.
    
    * gnu/packages/ruby.scm (ruby-creole): New variable.
---
 gnu/packages/ruby.scm |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 089b94d..9d07965 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3093,6 +3093,27 @@ contexts without performance penalties.")
      "http://github.com/citrusbyte/contest";)
     (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 "http://github.com/minad/creole";)
+    (license license:ruby)))
+
 (define-public ruby-docile
   (package
     (name "ruby-docile")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]