mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: Add ruby-mini-mime.
* gnu/packages/ruby.scm (ruby-mini-mime): New variable.
This commit is contained in:
parent
b76723041b
commit
ae17c6c31d
1 changed files with 17 additions and 0 deletions
|
@ -8823,6 +8823,23 @@ definitions.")
|
||||||
(home-page "https://github.com/mime-types/ruby-mime-types")
|
(home-page "https://github.com/mime-types/ruby-mime-types")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-mini-mime
|
||||||
|
(package
|
||||||
|
(name "ruby-mini-mime")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "mini_mime" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1axm0rxyx3ss93wbmfkm78a6x03l8y4qy60rhkkiq0aza0vwq3ha"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(synopsis "Lightweight mime type lookup toy")
|
||||||
|
(description "This package provides a lightweight mime type lookup toy.")
|
||||||
|
(home-page "https://github.com/discourse/mini_mime")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-fivemat
|
(define-public ruby-fivemat
|
||||||
(package
|
(package
|
||||||
(name "ruby-fivemat")
|
(name "ruby-fivemat")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue