guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: Add ruby-data_uri.


From: Christopher Baines
Subject: 07/09: gnu: Add ruby-data_uri.
Date: Sat, 3 Mar 2018 07:53:43 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit b03eb6acb45cf6c0672e309204f5a92ce5fd88ce
Author: Christopher Baines <address@hidden>
Date:   Tue Oct 10 20:09:18 2017 +0100

    gnu: Add ruby-data_uri.
    
    * gnu/packages/ruby.scm (ruby-data_uri): 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 f94ac54..47cb8ee 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1965,6 +1965,26 @@ run as a daemon and to be controlled by simple 
start/stop/restart commands.")
     (home-page "https://github.com/thuehlinger/daemons";)
     (license license:expat)))
 
+(define-public ruby-data_uri
+  (package
+    (name "ruby-data_uri")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "data_uri" version))
+       (sha256
+        (base32
+         "0fzkxgdxrlbfl4537y3n9mjxbm28kir639gcw3x47ffchwsgdcky"))))
+    (build-system ruby-build-system)
+    (synopsis "URI class for parsing data URIs")
+    (description
+     "Data @acronym{URI, universal resource idenfitier}s allow resources to be
+embedded inside a URI.  The URI::Data class provides support for parsing these
+URIs using the normal URI.parse method.")
+    (home-page "https://github.com/dball/data_uri";)
+    (license license:expat)))
+
 (define-public ruby-git
   (package
     (name "ruby-git")



reply via email to

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