https://github.com/qaware/homebrew-tap
Homebrew tap for all public QAware tools
https://github.com/qaware/homebrew-tap
Last synced: 8 months ago
JSON representation
Homebrew tap for all public QAware tools
- Host: GitHub
- URL: https://github.com/qaware/homebrew-tap
- Owner: qaware
- License: mit
- Created: 2023-10-23T08:25:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T12:34:40.000Z (over 1 year ago)
- Last Synced: 2024-12-25T16:42:11.766Z (about 1 year ago)
- Language: Shell
- Size: 82 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QAware homebrew tap
This is the QAware wide
[homebrew](https://brew.sh)
[tap](https://docs.brew.sh/Taps).
## Usage
To add this tap (basically an additional source for packages (`Formulae`) beside
[brew-core](https://github.com/Homebrew/homebrew-core)),
you need to have brew installed an then run:
```bash
brew tap qaware/tap
```
After the successful registration, `Formulae` from this repo can be installed, like any other program:
```bash
brew install protocurl
# or to be more specfic (needed if a Formulae has the same name as in hombrew-core)
brew install qaware/tap/protocurl
```
## Content
* _n/a (no formula found)_
## Formulae maintainer
_TL;DR Deploy only your `Formula/[foo].rb` and `Formula/[foo]@[major].rb` files._
If you want to push your own `Formulae` these are the steps:
* Get a `Deploy Token` for your repo/CI (can be requested by the maintainers of this tap-repo)
* Set up your CI to push the ruby files to `Formula`.
You can push either of these `Formulae`:
`foo.rb`, `foo@1.rb`, `foo@1.2.rb`
**Other formats (with bugfix version or with buildpostfix) may be removed by the CI in the future.**
This behaviour is accordingly to [brew Versions](https://docs.brew.sh/Versions).
* The CI of `qaware/homebrew-tap` will update the README.md TOC.
* You can use the `Aliases` folder as you want, if you stay within the brew conventions.
## Maintainers
* Alexander Eimer ([@aeimer](https://github.com/aeimer))
## Support
This project is made possible with the support of
[](https://qaware.de)