conflicts_with
is used to declare conflicts that keep a Cask from installing or working correctly.
The value should be another Cask token.
Example use: wireshark
, which conflicts with wireshark-chmodbpf
.
conflicts_with cask: 'wireshark-chmodbpf'
Note: conflicts_with formula:
is a stub and is not yet functional.
The value should be another formula name.
Example use: macvim
, which conflicts with the macvim
formula.
conflicts_with formula: 'macvim'