Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 789 Bytes

conflicts_with.md

File metadata and controls

25 lines (15 loc) · 789 Bytes

conflicts_with

conflicts_with is used to declare conflicts that keep a Cask from installing or working correctly.

conflicts_with cask:

The value should be another Cask token.

Example use: wireshark, which conflicts with wireshark-chmodbpf.

conflicts_with cask: 'wireshark-chmodbpf'

conflicts_with formula:

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'