unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Add rake.
@ 2015-08-28 13:14 Ricardo Wurmus
  2015-08-28 13:34 ` Thompson, David
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2015-08-28 13:14 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: 0001-gnu-Add-rake.patch --]
[-- Type: text/x-patch, Size: 1747 bytes --]

From d5e814678612788d76e0bf9f602e69b4dee1a9a9 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Fri, 28 Aug 2015 15:11:43 +0200
Subject: [PATCH] gnu: Add rake.

* gnu/packages/ruby.scm (rake): 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 9a702dd..14828d3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014 David Thompson <davet@gnu.org>
+;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -364,6 +365,26 @@ specified in a \"Gemfile\", as well as their dependencies.")
     (home-page "http://bundler.io/")
     (license license:expat)))
 
+(define-public rake
+  (package
+    (name "rake")
+    (version "10.4.2")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "rake" version))
+              (sha256
+               (base32
+                "1rn03rqlf1iv6n87a78hkda2yqparhhaivfjpizblmxvlw2hk5r8"))))
+    (build-system ruby-build-system)
+    (native-inputs
+     `(("ruby-hoe" ,ruby-hoe)
+       ("ruby-minitest" ,ruby-minitest)))
+    (synopsis "Make-like program for Ruby")
+    (description "Rake is a Make-like program implemented in Ruby.  Tasks and
+dependencies are specified in standard Ruby syntax.")
+    (home-page "https://github.com/ruby/rake")
+    (license license:expat)))
+
 (define-public ruby-useragent
   (package
     (name "ruby-useragent")
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-29  0:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 13:14 [PATCH] Add rake Ricardo Wurmus
2015-08-28 13:34 ` Thompson, David
2015-08-28 15:32   ` [PATCH] Add builder, rjb, antwrap, orderedhash, xml-simple, thor Ricardo Wurmus
2015-08-29  0:45     ` Thompson, David

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).