diff --git a/Formula/ignition-tools2.rb b/Formula/ignition-tools2.rb index b5e695e23..255cccb34 100644 --- a/Formula/ignition-tools2.rb +++ b/Formula/ignition-tools2.rb @@ -1,6 +1,6 @@ class IgnitionTools2 < Formula - desc "Entry point for ignition command-line tools" - homepage "https://ignitionrobotics.org" + desc "Entry point for Gazebo command-line tools" + homepage "https://gazebosim.org" url "https://github.com/gazebosim/gz-tools.git", branch: "main" version "1.999.999~0~20220414" license "Apache-2.0" @@ -8,6 +8,7 @@ class IgnitionTools2 < Formula depends_on "cmake" => :build depends_on "libyaml" => :test depends_on "ruby" => :test + depends_on "gz-cmake3" def install mkdir "build" do @@ -28,7 +29,7 @@ def install - test : Test utility --- EOS - ENV["IGN_CONFIG_PATH"] = testpath/"config/" - system "#{bin}/ign", "test", "--versions" + ENV["GZ_CONFIG_PATH"] = testpath/"config/" + system "#{bin}/gz", "test", "--versions" end end