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

https://github.com/matthewcallis/homebrew-other

Homebrew Formulas that don't quite fit into the main repo.
https://github.com/matthewcallis/homebrew-other

Last synced: 2 months ago
JSON representation

Homebrew Formulas that don't quite fit into the main repo.

Awesome Lists containing this project

README

        

# Other Homebrew Formulas

Formulas most people will never want, but a few people might.

You'll want to `brew tap homebrew/dupes` for GCC 4.7+ most likely.

## Setup

```shell
brew tap homebrew/dupes

brew install gcc

brew tap MatthewCallis/homebrew-other
```

## Remove / Uninstall

```shell
brew untap MatthewCallis/homebrew-other
```