homebrew
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is failing Details

master v0.3.1
Marvin Steadfast 3 years ago
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"

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

Loading…
Cancel
Save