8a7324f741b9ca655c22eb0452e239c6aa32fa91
tap-local Homebrew mirror
Mirrored packages from upstream Homebrew taps, served from this repository.
- Bottles: https://homebrew.hyprnet/bottles
- Casks: https://homebrew.hyprnet/cask
- Formulas mirrored: 15
- Casks mirrored: 2
Usage
Point Homebrew at the tap (an org/repo name is required for brew tap):
brew tap <org>/tap-local <tap-access-url>
then install normally:
brew install <formula>
brew install --cask <cask>
Bottles are downloaded from the mirror's bottle domain. Targets that were not mirrored for a formula fall back to building from source.
Alternatively, for API-mode formula installs, set:
export HOMEBREW_BOTTLE_DOMAIN=https://homebrew.hyprnet/bottles
export HOMEBREW_API_DOMAIN=https://homebrew.hyprnet/api # if you serve the API JSON
The external HTTP server must map: /bottles/... -> homebrew.hyprnet artifacts/bottles /cask/... -> artifacts/cask
Languages
Ruby
100%