homebrew-cask
homebrew-cask copied to clipboard
deelay 1.2.1 (new cask)
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions <cask> is the token of the cask you're submitting.
After making any changes to a cask, existing or new, verify:
- [x] The submission is for a stable version or documented exception.
- [x]
brew audit --cask --online <cask>is error-free. - [x]
brew style --fix <cask>reports no offenses.
Additionally, if adding a new cask:
- [x] Named the cask according to the token reference.
- [x] Checked the cask was not already refused.
- [x] Checked the cask is submitted to the correct repo.
- [x]
brew audit --cask --new <cask>worked successfully. - [x]
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully. - [x]
brew uninstall --cask <cask>worked successfully.