-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Ability to specify "linkables" in a Cask #143
Comments
I did it in #114 like this (iirc): link :app, 'Steam.app' because I then extended it thus: link :prefpane, 'some.prefpane' ...but I wasn't too pleased with the naming myself :) Naming is hard! Also, yeah, multiple lines is additive, but allow for multiple args as well? Like: link :app, 'A.app'
link :app, 'B.app'
# is equivalent to:
link :app, 'A.app', 'B.app' ...now I'm not sure anymore if that's a good idea. |
Landed! |
faun
pushed a commit
to faun/homebrew-cask
that referenced
this issue
Jun 15, 2014
…ntainlion sha256 checksum in macvim-mountainlion.rb
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I often find when running
linkapps
that I end up with a bunch of cruft in/Applications
- stuff likeUninstall Foo.app
andcrash_reporter.app
.I'm thinking if there was a way to specify which apps are supposed to be linked that would allow us to clean that up.
Just have to come up with some decent syntax for this.
Here's a first cut to start the conversation
And specifying multiple lines is additive? I welcome thoughts on the method name, not sure I'm sold on this one yet.
The text was updated successfully, but these errors were encountered: