Skip to content

Commit

Permalink
Merge pull request #192248 from Homebrew/itstool-all
Browse files Browse the repository at this point in the history
itstool: build an `:all` bottle
  • Loading branch information
BrewTestBot authored Sep 29, 2024
2 parents 8de0141 + 458a9b0 commit b790d5b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Formula/i/itstool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ class Itstool < Formula
revision 1

bottle do
rebuild 3
sha256 cellar: :any_skip_relocation, arm64_sequoia: "90e1e9d99c5a31ea0ba1c10156fcaf66a36f03e63292644a2835f85c0f44fad5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "90e1e9d99c5a31ea0ba1c10156fcaf66a36f03e63292644a2835f85c0f44fad5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "90e1e9d99c5a31ea0ba1c10156fcaf66a36f03e63292644a2835f85c0f44fad5"
sha256 cellar: :any_skip_relocation, sonoma: "45ded43403a913a90938fd73895bf4b3ebff6af37ec34f12f800d466ba47c688"
sha256 cellar: :any_skip_relocation, ventura: "45ded43403a913a90938fd73895bf4b3ebff6af37ec34f12f800d466ba47c688"
sha256 cellar: :any_skip_relocation, x86_64_linux: "90e1e9d99c5a31ea0ba1c10156fcaf66a36f03e63292644a2835f85c0f44fad5"
rebuild 4
sha256 cellar: :any_skip_relocation, all: "71c806c3d88f9f19ed3e561e48dac34aab652f2ebacd156f2ce8ccf9192b0f40"
end

head do
Expand All @@ -38,6 +33,9 @@ def install
bin.env_script_all_files libexec/"bin", PYTHONPATH: ENV["PYTHONPATH"]
pkgshare.install_symlink libexec/"share/itstool/its"
man1.install_symlink libexec/"share/man/man1/itstool.1"

# Check for itstool data files in HOMEBREW_PREFIX. This also ensures uniform bottles.
inreplace libexec/"bin/itstool", "/usr/local", HOMEBREW_PREFIX
end

test do
Expand Down

0 comments on commit b790d5b

Please sign in to comment.