guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add ruby-org-ruby.


From: Clément Lassieur
Subject: 02/02: gnu: Add ruby-org-ruby.
Date: Thu, 28 Dec 2017 01:21:14 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit beb3483553d2646cae45a72827b5c3a79f4d9d12
Author: Clément Lassieur <address@hidden>
Date:   Wed Dec 27 17:02:28 2017 +0100

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 69dd6a8..81578d7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4489,3 +4489,26 @@ and BBEdit that easily translates plain ASCII 
punctuation characters into
 smart typographic punctuation HTML entities.")
     (home-page "https://github.com/jmcnevin/rubypants";)
     (license license:bsd-2)))
+
+(define-public ruby-org-ruby
+  (package
+    (name "ruby-org-ruby")
+    (version "0.9.12")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "org-ruby" version))
+              (sha256
+               (base32
+                "0x69s7aysfiwlcpd9hkvksfyld34d8kxr62adb59vjvh8hxfrjwk"))))
+    (build-system ruby-build-system)
+    (arguments
+     '(#:tests? #f)) ; no rakefile
+    (propagated-inputs
+     `(("ruby-rubypants" ,ruby-rubypants)))
+    (synopsis "Org-mode parser written in Ruby")
+    (description
+     "Org-ruby is an org-mode parser written in Ruby.  The most significant
+thing this library does today is convert org-mode files to HTML or Textile or
+Markdown.")
+    (home-page "https://github.com/wallyqs/org-ruby";)
+    (license license:expat)))



reply via email to

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