https://github.com/cyf/homebrew-cyf
cyf for Homebrew
https://github.com/cyf/homebrew-cyf
Last synced: about 1 year ago
JSON representation
cyf for Homebrew
- Host: GitHub
- URL: https://github.com/cyf/homebrew-cyf
- Owner: cyf
- License: mit
- Created: 2024-05-30T13:56:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T16:42:01.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T18:06:39.342Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-cyf
[](https://github.com/cyf/homebrew-cyf/actions/workflows/test.yml)
[](https://github.com/cyf/homebrew-cyf/actions/workflows/excavator.yml)
[](https://github.com/cyf/homebrew-cyf/actions/workflows/version.yml)
## Install
```shell
brew install cyf/cyf/faforever
```
Or
```shell
brew tap cyf/cyf
brew install faforever
```
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
# Brewfile
tap "cyf/cyf"
brew "faforever"
```
## Debug
[Adding Software to Homebrew](https://docs.brew.sh/Adding-Software-to-Homebrew)
```shell
brew audit --strict --fix --cask faforever
```
[Brew Livecheck](https://docs.brew.sh/Brew-Livecheck)
```shell
brew livecheck --debug faforever
```
## Release
[How to Open a Homebrew Pull Request](https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request)
```shell
brew bump --open-pr faforever
```
## Documentation
Your taps are Git repositories located at `$(brew --repository)/Library/Taps`
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).