whatcable 0.6.0 (new cask)#262893
Conversation
|
Audit will fail as GitHub repo is <30 days. I may request exception or just wait it out, but before that: This Swift app is open source and compiles both a GUI macOS app, and/or a standalone CLI tool ( I'd like to offer the option of installing either or both on Homebrew—what's the best approach? Would it be a |
|
Is the CLI what is being installed by the |
|
CLI is included within this codebase, but I could imagine many users (myself included) wanting to install only the CLI, without the GUI app. It compiles and runs independently of the GUI app. |
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.zapstanza paths.