Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendrikmaus/homebrew-tap
A homebrew tap with my open-source tools
https://github.com/hendrikmaus/homebrew-tap
formula homebrew linuxbrew
Last synced: 21 days ago
JSON representation
A homebrew tap with my open-source tools
- Host: GitHub
- URL: https://github.com/hendrikmaus/homebrew-tap
- Owner: hendrikmaus
- Created: 2021-01-05T11:33:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T09:30:37.000Z (over 2 years ago)
- Last Synced: 2024-01-28T07:20:21.451Z (10 months ago)
- Topics: formula, homebrew, linuxbrew
- Language: Ruby
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap
## How do I Install These Formulae?
`brew install hendrikmaus/tap/`
Or `brew tap hendrikmaus/tap` and then `brew install `.
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
## Adding Formulae
- Add the formula to the `Formula` directory
- Open a pull-request and wait for its checks
- Once good, add the label `pr-pull` and wait for the release## Updating The Version of a Formula
- Open a pull-request and change the version and shasum
e.g. https://github.com/hendrikmaus/homebrew-tap/pull/5
- Wait for the checks to run
- Add the label `pr-pull` to the pull-request
- Done