Skip to content

Commit

Permalink
Add Conflicts for LSUSB
Browse files Browse the repository at this point in the history
  • Loading branch information
LanikSJ committed Nov 6, 2023
1 parent 9573666 commit 57c09f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/lsusb-plus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ class LsusbPlus < Formula
license "MIT"
head "https://github.com/LanikSJ/lsusb", using: :git

conflicts_with "lsusb", because: "both provide an `lsusb` binary"
conflicts_with "usbutils", because: "both provide an `lsusb` binary"

def install
bin.install "lsusb"
man8.install "man/lsusb.8"
Expand Down

0 comments on commit 57c09f0

Please sign in to comment.