Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aklivity/homebrew-tap
https://github.com/aklivity/homebrew-tap
brew homebrew homebrew-tap
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aklivity/homebrew-tap
- Owner: aklivity
- License: apache-2.0
- Created: 2024-04-26T18:41:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T20:09:49.000Z (16 days ago)
- Last Synced: 2024-10-30T21:19:14.967Z (16 days ago)
- Topics: brew, homebrew, homebrew-tap
- Language: Ruby
- Size: 25.4 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-tap
Homebrew formulae that allows installation of `zilla` through the [Homebrew](https://brew.sh/) package manager.
## Installation
```
brew tap aklivity/tap
brew install
```### Instructions with Output Examples
`brew tap aklivity/tap`
#### Expected Output
```
% brew tap aklivity/tap
...
==> Tapping aklivity/tap
Cloning into '/opt/homebrew/Library/Taps/aklivity/homebrew-tap'...
...
Tapped 1 formula (14 files, 28.4KB).
````brew install zilla`
#### Expected Output
```
% brew install zilla
==> Fetching dependencies for aklivity/tap/zilla: openjdk
...
==> Fetching aklivity/tap/zilla
...
==> Installing aklivity/tap/zilla
==> wget https://maven.packages.aklivity.io/io/aklivity/zilla/manager/0.9.78/manager-0.9.78.jar
==> java -jar manager-0.9.78.jar wrap
==> ./zpmw install --debug
🍺 /opt/homebrew/Cellar/zilla/0.9.78: 11,485 files, 250MB, built in 5 minutes 25 seconds
==> Running `brew cleanup zilla`...
````zilla help`
#### Expected Output
```
% zilla help
usage: zilla [ ]Commands are:
help Display help information
metrics Show engine metrics
start Start engine
stop Stop engineSee 'zilla help ' for more information on a specific command.
````brew upgrade zilla`
#### Expected Output
```
% brew upgrade zilla
==> Upgrading 1 outdated package:
aklivity/tap/zilla 0.9.78 -> 0.9.79
==> Fetching aklivity/tap/zilla
...
==> Upgrading aklivity/tap/zilla
0.9.78 -> 0.9.79
==> wget https://maven.packages.aklivity.io/io/aklivity/zilla/manager/0.9.79/manager-0.9.79.jar
==> java -jar manager-0.9.79.jar wrap
==> ./zpmw install --debug
🍺 /opt/homebrew/Cellar/zilla/0.9.79: 11,485 files, 250MB, built in 5 minutes 1 second
==> Running `brew cleanup zilla`...
````brew uninstall zilla`
#### Expected Output
```
% brew uninstall zilla
Uninstalling /opt/homebrew/Cellar/zilla/0.9.79... (11,485 files, 250MB)
```