Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Support brew cask install {user}/{tap}/{formula} #2235

Closed
sonots opened this issue Dec 28, 2013 · 7 comments
Closed

[Request] Support brew cask install {user}/{tap}/{formula} #2235

sonots opened this issue Dec 28, 2013 · 7 comments

Comments

@sonots
Copy link

sonots commented Dec 28, 2013

This is a feature request.

brew install is currently supporting install manner like

brew install homebrew/versions/gcc45

instead of

brew tap homebrew/versions
brew install gcc45

This is useful especially in Brewfile because executing brew tap twice raises Error: Already tapped and stops brew bundle with the current homebrew. They (homebrew guy) are recommending to use brew install {user}/{tap}/{formula} manner to avoid the problem (brew install does not raise Error, but raises just Warning if already installed, so it does not stop brew bundle).

I am sending another feature request to homebrew so that brew tap raises Warning rather than Error at Homebrew/legacy-homebrew#25511, but I am very happy if brew cask install would also support brew cask install {user}/{tap}/{formula} manner.

@pstadler
Copy link
Contributor

Check out #2085. A sample Caskfile is here: https://github.com/pstadler/dotfiles/blob/master/Caskfile

@sonots
Copy link
Author

sonots commented Dec 28, 2013

@pstadler Thank you! This looks fine! I will close this issue 👯

@sonots sonots closed this as completed Dec 28, 2013
@fanquake
Copy link
Contributor

Cheers for pointing him in the right direction @pstadler 👍

@pstadler
Copy link
Contributor

👍

@muescha
Copy link
Contributor

muescha commented Dec 28, 2013

This should be go into some readme/doc?

@muescha
Copy link
Contributor

muescha commented Dec 29, 2013

Btw: we should not close this issue. If it is a functionality from brew install to accept a {user}/{tap} in path, then brew cask install should be the same functionality.

@sonots sonots reopened this Dec 29, 2013
@sonots
Copy link
Author

sonots commented Dec 29, 2013

Okay, I reopened.

@ghost ghost assigned rolandwalker Jan 3, 2014
phinze added a commit that referenced this issue Jan 10, 2014
handle fully-qualified cask names, fixes #2235
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants