guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: Add ruby-notiffany.


From: David Thompson
Subject: 04/06: gnu: Add ruby-notiffany.
Date: Sat, 19 Sep 2015 12:53:09 +0000

davexunit pushed a commit to branch master
in repository guix.

commit d152162fc1bbd1dea4379239537cde7ca893880a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 16 11:01:34 2015 +0200

    gnu: Add ruby-notiffany.
    
    * gnu/packages/ruby.scm (ruby-notiffany): New variable.
---
 gnu/packages/ruby.scm |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e8ec6ed..88eeb76 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -602,6 +602,30 @@ the output produced by running shell commands.")
     (home-page "https://rubygems.org/gems/shellany";)
     (license license:expat)))
 
+(define-public ruby-notiffany
+  (package
+    (name "ruby-notiffany")
+    (version "0.0.7")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "notiffany" version))
+              (sha256
+               (base32
+                "1v5x1w59qq85r6dpv3y9ga34dfd7hka1qxyiykaw7gm0i6kggbhi"))))
+    (build-system ruby-build-system)
+    ;; Tests are not included in the gem.
+    (arguments `(#:tests? #f))
+    (propagated-inputs
+     `(("ruby-shellany" ,ruby-shellany)
+       ("ruby-nenv" ,ruby-nenv)))
+    (native-inputs
+     `(("bundler" ,bundler)))
+    (synopsis "Wrapper libray for notification libraries")
+    (description "Notiffany is a Ruby wrapper libray for notification
+libraries such as Libnotify.")
+    (home-page "https://github.com/guard/notiffany";)
+    (license license:expat)))
+
 (define-public ruby-useragent
   (package
     (name "ruby-useragent")



reply via email to

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