From c694b55e91a167777c09c6c12a26a23cfc438a16 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 25 Jan 2021 11:32:38 +0100 Subject: [PATCH] homebrew --- .drone.yml | 2 ++ .goreleaser.yml | 13 +++++++++++++ LICENSE | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b6640f7..0a1e99f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.goreleaser.yml b/.goreleaser.yml index df1343b..147a256 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -144,3 +144,16 @@ nfpms: 386: i386 homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker maintainer: Marvin Preuss + +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" diff --git a/LICENSE b/LICENSE index f33fa57..42e1bc3 100644 --- a/LICENSE +++ b/LICENSE @@ -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