From: "Clément Lassieur" <clement@lassieur.org>
To: 29870@debbugs.gnu.org
Subject: [bug#29870] [PATCH 2/2] gnu: Add ruby-org-ruby.
Date: Wed, 27 Dec 2017 20:33:15 +0100 [thread overview]
Message-ID: <20171227193315.27267-2-clement@lassieur.org> (raw)
In-Reply-To: <20171227193315.27267-1-clement@lassieur.org>
* 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 6eaaef4f1..0d1db4838 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4488,3 +4488,26 @@ Movable Type, Blosxom, 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)))
--
2.15.1
next prev parent reply other threads:[~2017-12-27 19:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-27 19:33 [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants Clément Lassieur
2017-12-27 19:33 ` Clément Lassieur [this message]
2017-12-28 5:21 ` [bug#29870] [PATCH 2/2] gnu: Add ruby-org-ruby Leo Famulari
2017-12-28 5:21 ` [bug#29869] [PATCH 1/2] gnu: Add ruby-rubypants Leo Famulari
2017-12-28 6:26 ` bug#29869: " Clément Lassieur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171227193315.27267-2-clement@lassieur.org \
--to=clement@lassieur.org \
--cc=29870@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.