Skip to content

Commit

Permalink
git-tf: remove bottle :unneeded.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored and BrewTestBot committed Jun 27, 2021
1 parent acd2448 commit f10fce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/git-tf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ class GitTf < Formula
url "https://download.microsoft.com/download/A/E/2/AE23B059-5727-445B-91CC-15B7A078A7F4/git-tf-2.0.3.20131219.zip"
sha256 "91fd12e7db19600cc908e59b82104dbfbb0dbfba6fd698804a8330d6103aae74"

bottle :unneeded

deprecate! date: "2021-03-04", because: :unsupported

depends_on "openjdk"

def install
libexec.install "git-tf"
libexec.install "lib"
(libexec/"native").install "native/macosx"

bin.write_exec_script libexec/"git-tf"
(bin/"git-tf").write_env_script libexec/"git-tf", Language::Java.overridable_java_home_env
doc.install Dir["Git-TF_*", "ThirdPartyNotices*"]
end

Expand Down

0 comments on commit f10fce2

Please sign in to comment.