guix-commits
[Top][All Lists]
Advanced

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

36/41: gnu: Add ruby-mercenary.


From: julien lepiller
Subject: 36/41: gnu: Add ruby-mercenary.
Date: Sat, 1 Sep 2018 17:10:19 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f1ec4d761122f68a5fb42d5ddaf6a626b6f7837d
Author: Julien Lepiller <address@hidden>
Date:   Sun Aug 26 17:28:10 2018 +0200

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 3f0cfcf..4947e1b 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5788,3 +5788,23 @@ indentation will probably be an issue and hence this 
gem.")
     (description "The SafeYAML gem provides an alternative implementation of
 YAML.load suitable for accepting user input in Ruby applications.")
     (license license:expat)))
+
+(define-public ruby-mercenary
+  (package
+    (name "ruby-mercenary")
+    (version "0.3.6")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "mercenary" version))
+              (sha256
+               (base32
+                "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a"))))
+    (build-system ruby-build-system)
+    (arguments `(#:test-target "spec"))
+    (native-inputs
+     `(("bundler" ,bundler)))
+    (home-page "https://github.com/jekyll/mercenary";)
+    (synopsis "Command-line apps library in Ruby")
+    (description "Mercenary is a lightweight and flexible library for writing
+command-line apps in Ruby.")
+    (license license:expat)))



reply via email to

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