https://github.com/phette23/homebrew-local
one-off homebrew formula
https://github.com/phette23/homebrew-local
Last synced: 4 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T00:48:57.000Z (7 months ago)
- Last Synced: 2025-01-15T03:09:51.015Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 13.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.
These are all specific old versions of formulae I've needed for some reason, usually to overcome installation errors of other tools. They're not actively maintained.
## 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).