Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aklivity/homebrew-tap


https://github.com/aklivity/homebrew-tap

brew homebrew homebrew-tap

Last synced: 15 days ago
JSON representation

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 engine

See '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)
```