homebrew
This commit is contained in:
parent
08f83d4946
commit
c694b55e91
@ -61,6 +61,8 @@ steps:
|
||||
environment:
|
||||
GITEA_TOKEN:
|
||||
from_secret: gitea_token
|
||||
HOMEBREW_TAP_GITHUB_TOKEN:
|
||||
from_secret: homebrew_tap_github_token
|
||||
commands:
|
||||
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
|
||||
- goreleaser release --rm-dist --parallelism=1
|
||||
|
@ -144,3 +144,16 @@ nfpms:
|
||||
386: i386
|
||||
homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker
|
||||
maintainer: Marvin Preuss <marvin@xsteadfastx.org>
|
||||
|
||||
brews:
|
||||
- name: wg-quicker
|
||||
github:
|
||||
owner: xsteadfastx
|
||||
name: homebrew-tap
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
commit_author:
|
||||
name: Marvin Preuss
|
||||
email: marvin@xsteadfastx.org
|
||||
homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker
|
||||
test: |
|
||||
system "#{bin}/wg-quicker version"
|
||||
|
Loading…
Reference in New Issue
Block a user