First add this tap to your homebrew using (you only need to do this once to initialize the tap):
brew tap KDAB/tap
Then install a formula using
brew install <formula>
See outdated versions with:
./info.py
Update a version with:
./update_one.py kdreports-qt6.rb 2.3.0
Or to open a PR automatically:
./update_one.py kdreports-qt6.rb 2.3.0 --pr KDAB/homebrew-tap
Besides adding a new <package>.rb
file also adapt .github/workflows/build.yml
and utils.py
.
brew help
, man brew
or check Homebrew's documentation.