homebrew
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Marvin Steadfast 2021-01-25 11:32:38 +01:00
parent 08f83d4946
commit c694b55e91
3 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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"

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Neven Miculinic
Copyright (c) 2020 Marvin Preuss
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal