File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ # This file was generated by GoReleaser. DO NOT EDIT.
5
+ class TfShim < Formula
6
+ desc "Terraform version wrapper"
7
+ homepage "https://github.com/jacobwgillespie/tf"
8
+ version "0.0.5"
9
+ license "MIT"
10
+ bottle :unneeded
11
+
12
+ if OS . mac? && Hardware ::CPU . intel?
13
+ url "https://github.com/jacobwgillespie/tf/releases/download/v0.0.5/tf_0.0.5_Darwin_x86_64.tar.gz"
14
+ sha256 "794776640c767edd4c6580ab9bed383f4f48f16269203e805ea062b8ee9c279d"
15
+ end
16
+ if OS . mac? && Hardware ::CPU . arm?
17
+ url "https://github.com/jacobwgillespie/tf/releases/download/v0.0.5/tf_0.0.5_Darwin_arm64.tar.gz"
18
+ sha256 "d7ef28fbf550d3165e37f337e6b3697b1579f9e69139aac63d2bc06d9688db2a"
19
+ end
20
+ if OS . linux? && Hardware ::CPU . intel?
21
+ url "https://github.com/jacobwgillespie/tf/releases/download/v0.0.5/tf_0.0.5_Linux_x86_64.tar.gz"
22
+ sha256 "6335968c94eeb35091784c3755c86cfaad77b099832117649ea6c099553e0572"
23
+ end
24
+ if OS . linux? && Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
25
+ url "https://github.com/jacobwgillespie/tf/releases/download/v0.0.5/tf_0.0.5_Linux_arm64.tar.gz"
26
+ sha256 "4bb7adf5b6e231ddfb09537033dfb6d9da92d6a456fd39fd565ee64abf7fd6d4"
27
+ end
28
+
29
+ conflicts_with "terraform"
30
+ conflicts_with "tfenv"
31
+
32
+ def install
33
+ bin . install "tf" => "terraform"
34
+ end
35
+ end
You can’t perform that action at this time.
0 commit comments