Closed kyrieleison closed 4 days ago
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.
<cask>
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
brew style --fix <cask>
Additionally, if adding a new cask:
brew audit --cask --new <cask>
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
brew uninstall --cask <cask>
The font "Cica" is already available in homebrew-cask, but there is no version without emojis. Since I needed the Cica font without emojis, I created a Cask for it.
Please note that brew audit --new-cask <cask> fails with the following error:
brew audit --new-cask <cask>
audit for font-cica-without-emoji: failed - GitHub fork (not canonical repository) font-cica-without-emoji * line 5, col 2: GitHub fork (not canonical repository) Error: 1 problem in 1 cask detected.
The Cica font is a fork of the Ricty font; as stated in the README of the Cica repository, I see no problem.
Thank you.
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:
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.The font "Cica" is already available in homebrew-cask, but there is no version without emojis. Since I needed the Cica font without emojis, I created a Cask for it.
Please note that
brew audit --new-cask <cask>
fails with the following error:The Cica font is a fork of the Ricty font; as stated in the README of the Cica repository, I see no problem.
Thank you.