Added the block for casks

This commit is contained in:
Ryan Schumacher 2024-08-29 08:28:18 -05:00 committed by GitHub
parent ff8b3f21f9
commit f119b4a6d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,15 @@ Notability [auditor](https://github.com/Homebrew/brew/blob/638a3dc3a33c4c2029db0
### Cask-related pull request
Before getting started with a new cask, please read the [Acceptable Casks](https://github.com/Homebrew/brew/blob/master/docs/Acceptable-Casks.md) and note that we cannot distribute every single piece of software and have to draw a line on “notability” somewhere. If you don't meet notability requirements you might consider [creating your own tap](https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap) (casks can also be installed from a tap). Of course, we would be happy to reconsider in the future!
Notability [auditor](https://github.com/Homebrew/brew/blob/638a3dc3a33c4c2029db058cf3d399008621e973/Library/Homebrew/utils/shared_audits.rb) will fail on repositories that do not meet:
* **>29** days old
* **>29** forks
* **>29** watchers (Github only)
* **>74** stars
1. [Fork the Homebrew/homebrew-cask repository on GitHub](https://github.com/Homebrew/homebrew-cask/fork).
* This creates a personal remote repository that you can push to. This is needed because only Homebrew maintainers have push access to the main repositories.
2. Tap (download a local clone of) the repository of core Homebrew casks: