From 40d202ce30754561e80fcd6f2555798f12bd2cc2 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 5 Feb 2018 11:16:12 +0000 Subject: gnu: Add ruby-open4. --- gnu/packages/ruby.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 26f5f77496..a7c7733637 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -8145,3 +8145,24 @@ but it can function as a stand-alone templating engine.") "") (home-page "") (license license:expat)))) ;? + +(define-public ruby-open4 + (package + (name "ruby-open4") + (version "1.3.4") + (source + (origin + (method url-fetch) + (uri (rubygems-uri "open4" version)) + (sha256 + (base32 + "1cgls3f9dlrpil846q0w7h66vsc33jqn84nql4gcqkk221rh7px1")))) + (build-system ruby-build-system) + (arguments + '(#:tests? #f)) + (synopsis + "open child process with handles on pid, stdin, stdout, and stderr: manage child processes and their io handles easily.") + (description + "open child process with handles on pid, stdin, stdout, and stderr: manage child processes and their io handles easily.") + (home-page "https://github.com/ahoward/open4") + (license #f))) -- cgit v1.2.3