Skip to content

Commit

Permalink
Merge pull request #201743 from Homebrew/declare-missing-conflicts
Browse files Browse the repository at this point in the history
tabiew watcher: declare missing conflicts
  • Loading branch information
BrewTestBot authored Dec 19, 2024
2 parents 535a5f9 + 62799e5 commit 0d5edf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/t/tabiew.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class Tabiew < Formula

depends_on "rust" => :build

conflicts_with "watcher", because: "both install `tw` binaries"

def install
system "cargo", "install", *std_cargo_args

Expand Down
2 changes: 2 additions & 0 deletions Formula/w/watcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class Watcher < Formula

depends_on "cmake" => :build

conflicts_with "tabiew", because: "both install `tw` binaries"

def install
system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *std_cmake_args
system "cmake", "--build", "build"
Expand Down

0 comments on commit 0d5edf6

Please sign in to comment.