Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phette23/homebrew-local
- Owner: phette23
- Created: 2023-09-19T15:43:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-28T20:14:15.000Z (7 months ago)
- Last Synced: 2024-04-14T23:15:24.555Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).