Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phette23/homebrew-local

one-off homebrew formula
https://github.com/phette23/homebrew-local

Last synced: 27 days ago
JSON representation

one-off homebrew formula

Awesome Lists containing this project

README

        

# Phette23 Local

Created via `brew tap-brew phette23/local` command.

## How do I install these formulae?

`brew install phette23/local/`

Or `brew tap phette23/local` and then `brew install `.

## Adding formula

I tried to make these a `./version.fish FORMULA VERSION` script but it may not work.

```sh
brew tap homebrew/core # core may not be tapped under new brew JSON APIs
brew install $FORMULA
brew extract --version=$VERSION $FORMULA phette23/local
brew rm $FORMULA
brew install --overwrite phette23/local/$FORMULA@$VERSION # attempt install
brew edit phette23/local/$FORMULA # if formula won't install & needs edits
cd (brew --repository phette23/local)
git add Formula && git commit -m "$FORMULA@$VERSION" && git push
```

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).