sous-chefs / homebrew

Development repository for the homebrew cookbook
https://supermarket.chef.io/cookbooks/homebrew
Apache License 2.0
152 stars 136 forks source link

Allow tap-scoped cask name #128

Closed amarshall closed 6 years ago

amarshall commented 7 years ago

Description

Allow Cask name to be scoped to tap

If multiple taps include the same cask name, then the only way to install/uninstall is by specifying the name scoped with the tap name (e.g. myuser/mytap/mycask). However, brew cask list only shows the unscoped name.

Issues Resolved

Not previously reported.

Check List

In order to test we’d have to use a random third-party tap that has duplicate formulas, which seems quite brittle.

iennae commented 6 years ago

@amarshall Thanks for reporting this issue and the PR. Can you add testing for this?

tas50 commented 6 years ago

Thanks @amarshall