Package manager for macOS (or Linux), see more at https://brew.sh
A third-party (in relation to Homebrew) repository providing installable packages (formulae) on macOS and Linux.
See more at https://docs.brew.sh/Taps
brew install id-unibe-ch/tap/nameYou can also only add the tap which makes formulae within it
available in search results (brew search output):
brew tap id-unibe-ch/tapNote: to clone the tap via SSH you will need to use:
brew tap id-unibe-ch/tap https://github.com/id-unibe-ch/homebrew-tapWhile you may search across taps, it is necessary to always use
fully qualified name (incl. the id-unibe-ch/tap/ prefix)
when refering to formulae in external taps such as this one
outside of search.
With the following commands, you can install the latest generally available (GA) version of each product:
# Formulae
brew install id-unibe-ch/tap/bildschirmuniversumLook into this repo on how things are done and feel free to open a PR.