We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a follow up from #2744:
@muescha if you are curious about how the design decisions were reached, you may refer to #1992 and #2305 .
ok - its a design decition
but:
only for 'find casks using this formula' you force to add the depends_on_formula on each casks while you can determinate it easy anyway?
depends_on_formula
the request from @phinze was in add dependencies for Homebrew formulae #2305:
not to add depends_on stanzas to brew-cask.rb, but to defer dependencies until install-time for individual Casks
depends_on
brew-cask.rb
this is also satisfied if the depends_on_formula are filled (or executed) at the container while the me? check - then its done at install-time
The text was updated successfully, but these errors were encountered:
Thanks for your input! Closing as duplicate of #2305.
Sorry, something went wrong.
No branches or pull requests
a follow up from #2744:
ok - its a design decition
but:
only for 'find casks using this formula' you force to add the
depends_on_formula
on each casks while you can determinate it easy anyway?the request from @phinze was in add dependencies for Homebrew formulae #2305:
this is also satisfied if the depends_on_formula are filled (or executed) at the container while the me? check - then its done at install-time
The text was updated successfully, but these errors were encountered: