guix-commits
[Top][All Lists]
Advanced

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

04/23: gnu: Add ruby-terraform.


From: guix-commits
Subject: 04/23: gnu: Add ruby-terraform.
Date: Mon, 4 Mar 2019 15:33:33 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit a714c30f96d8714cfb4a9cc48cfa05ea5ce9a01a
Author: Christopher Baines <address@hidden>
Date:   Sun Feb 17 17:10:34 2019 +0000

    gnu: Add ruby-terraform.
    
    * gnu/packages/ruby.scm (ruby-terraform): New variable.
---
 gnu/packages/ruby.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5ed1231..5cf0cf0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3812,6 +3812,29 @@ of terminal output.")
     ;; There is no mention of the "or later" clause.
     (license license:gpl2)))
 
+(define-public ruby-terraform
+  (package
+  (name "ruby-terraform")
+  (version "0.22.0")
+  (source
+   (origin
+     (method url-fetch)
+     (uri (rubygems-uri "ruby-terraform" version))
+     (sha256
+      (base32
+       "13zjkp71cd19j2ds2h9rqwcfr1zdg5nsh63p89l6qcsc9z39z324"))))
+  (build-system ruby-build-system)
+  (arguments
+   '(#:tests? #f)) ; No included tests
+  (propagated-inputs
+   `(("ruby-lino" ,ruby-lino)))
+  (synopsis "Ruby wrapper around the Terraform command line interface")
+  (description
+   "This package provides a Ruby wrapper around the Terraform command line
+interface so that Terraform can be more easily invoked from Ruby code.")
+  (home-page "https://github.com/infrablocks/ruby_terraform";)
+  (license license:expat)))
+
 (define-public ruby-pstree
   (package
     (name "ruby-pstree")



reply via email to

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