Replies: 1 comment 1 reply
-
Ah, well here is what needs to be made into an option. That and possibly making these |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
The Quarto application is distributed via a .pkg, and the GUI asks if you would like to install "for all users" (i.e. needs sudo and installs to /Applications) or "only for me" (i.e. does not need sudo and installs to ~/Applications). I cannot find the incantation needed in the formula to mimic the "only for me" option.
Generally, I don't see anything in the casks documentation about installing into "~/Applications". There is the "--appdir" option, but it appears to be irrelevant for .pkg installers.
It's not hard to do this at the command line:
installer -pkg quarto-1.3.450-macos.pkg -target CurrentUserHomeDirectory
Does it look like homebrew-cask would need a new feature to allow this, or is there an existing argument to the
pkg
stanza I can use?Relevant casks
quarto
Beta Was this translation helpful? Give feedback.
All reactions