guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: Add ruby-bio-logger.


From: Pjotr Prins
Subject: [PATCH] gnu: Add ruby-bio-logger.
Date: Wed, 16 Sep 2015 08:10:03 +0200
User-agent: Heirloom mailx 12.5 6/20/10

* gnu/packages/ruby.scm (ruby-bio-logger): New variable.
---
 gnu/packages/ruby.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e61332f..0cdc5e3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -445,6 +445,27 @@ configuration, and more.")
      (home-page "http://log4r.rubyforge.org/";)
      (license license:bsd-3)))
 
+(define-public ruby-bio-logger
+  (package
+    (name "ruby-bio-logger")
+    (version "1.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (rubygems-uri "bio-logger" version))
+        (sha256
+          (base32
+            "02pylfy8nkdqzyzplvnhn1crzmfkj1zmi3qjhrj2f2imlxvycd28"))))
+    (build-system ruby-build-system)
+    (propagated-inputs `(("ruby-log4r" ,ruby-log4r)))
+    (arguments
+     '(#:tests? #f)) ; no test suite
+    (synopsis "Log4r wrapper for Ruby with extra features")
+    (description "Library with extra logging features on top of
+ruby-log4r (not specific to bioinformatics)")
+    (home-page "https://github.com/pjotrp/bioruby-logger-plugin";)
+    (license license:expat)))
+
 (define-public ruby-atoulme-antwrap
   (package
     (name "ruby-atoulme-antwrap")
-- 
2.4.3




reply via email to

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