Skip to content

Commit

Permalink
watcher: declare missing conflict with tabview
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Dec 19, 2024
1 parent ca134bc commit 62799e5
Showing 1 changed file with 2 additions and 0 deletions.
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 62799e5

Please sign in to comment.