An open API service indexing awesome lists of open source software.

https://github.com/cyf/homebrew-cyf

cyf for Homebrew
https://github.com/cyf/homebrew-cyf

Last synced: about 1 month ago
JSON representation

cyf for Homebrew

Awesome Lists containing this project

README

        

# homebrew-cyf

[![Test](https://github.com/cyf/homebrew-cyf/actions/workflows/test.yml/badge.svg)](https://github.com/cyf/homebrew-cyf/actions/workflows/test.yml)
[![Excavator](https://github.com/cyf/homebrew-cyf/actions/workflows/excavator.yml/badge.svg)](https://github.com/cyf/homebrew-cyf/actions/workflows/excavator.yml)
[![Add version](https://github.com/cyf/homebrew-cyf/actions/workflows/version.yml/badge.svg)](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).