https://github.com/thefox/homebrew-brewery
Homebrew Tap
https://github.com/thefox/homebrew-brewery
homebrew-tap ruby
Last synced: about 1 year ago
JSON representation
Homebrew Tap
- Host: GitHub
- URL: https://github.com/thefox/homebrew-brewery
- Owner: TheFox
- Created: 2016-10-26T15:22:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T12:43:31.000Z (about 3 years ago)
- Last Synced: 2025-04-23T12:05:17.489Z (about 1 year ago)
- Topics: homebrew-tap, ruby
- Language: Ruby
- Homepage: https://fox21.at
- Size: 61.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TheFox' Homebrew Tap
## How do I install these formulae?
1. Add the `thefox/brewery` tap to brew.
```bash
$ brew tap thefox/brewery
```
2. Install a formula.
```bash
$ brew install
```
## Add a new formulae
1. Create template file in [`skel`](skel).
2. Run release script
```bash
$ ./bin/release.sh name 1.2.3
```
3. Test formulae local:
```bash
$ brew install ./name.rb
```
## Add a formulae from foreign Source
In [`bin/release`](bin/release) the `GITHUB_BASE_URL` variable is set to `https://github.com/TheFox`. To create a formulae for a foreign programm run it like this:
```bash
$ export GITHUB_BASE_URL=https://github.com/drinchev
$ ./bin/release.sh phook 0.0.4
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://github.com/Homebrew/brew/blob/master/docs/README.md#readme).
### Local Path
```
/usr/local/Homebrew/Library/Taps/thefox/homebrew-brewery/
```