mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add ruby-data_uri.
* gnu/packages/ruby.scm (ruby-data_uri): New variable.
This commit is contained in:
parent
d0afff263c
commit
b03eb6acb4
1 changed files with 20 additions and 0 deletions
|
@ -1965,6 +1965,26 @@ (define-public ruby-daemons
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue