try to fix homebrew
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2021-01-27 11:35:23 +01:00
parent 3d4b421308
commit a191359626
2 changed files with 8 additions and 1 deletions

View File

@ -158,5 +158,7 @@ brews:
name: Marvin Steadfast
email: marvin@xsteadfastx.org
homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker
install: |
bin.install "wg-quicker"
test: |
system "#{bin}/wg-quicker version"

View File

@ -16,7 +16,12 @@ This is a friendly fork of [wg-quick-go](https://github.com/nmiculinic/wg-quick-
## Prebuild packages
Get these on release [page](https://git.xsfx.dev/xsteadfastx/wg-quicker/releases).
Get these on the release [page](https://github.com/xsteadfastx/wg-quicker/releases).
## Homebrew
- `brew tap xsteadfastx/tap https://github.com/xsteadfastx/homebrew-tap`
- `brew install wg-quicker`
## Compile it for yourself