Skip to content

Commit

Permalink
tfenv 0.4.1 (new formula)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyro2927 authored and fxcoudert committed Mar 15, 2017
1 parent bd8b49e commit 6c6b660
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Formula/tfenv.rb
@@ -0,0 +1,19 @@
class Tfenv < Formula
desc "Terraform version manager inspired by rbenv"
homepage "https://github.com/kamatama41/tfenv"
url "https://github.com/kamatama41/tfenv/archive/v0.4.1.tar.gz"
sha256 "f2f7fbd3500d2ae1aef1e2ba51b2f2b81e7cff831c1a63c8a41ade7bce93186b"
head "https://github.com/kamatama41/tfenv.git"

bottle :unneeded

conflicts_with "terraform", :because => "tfenv symlinks terraform binaries"

def install
prefix.install ["bin", "libexec"]
end

test do
system bin/"tfenv", "list-remote"
end
end

0 comments on commit 6c6b660

Please sign in to comment.