1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Publish Homebrew formula

This commit is contained in:
stefanprodan
2020-09-07 11:41:06 +03:00
parent d6c6c88e6e
commit ca1f84d22b
4 changed files with 40 additions and 4 deletions

View File

@@ -15,3 +15,19 @@ archives:
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- none*
brews:
- tap:
owner: fluxcd
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
folder: Formula
homepage: "https://toolkit.fluxcd.io/"
description: "GitOps Toolkit CLI"
dependencies:
- name: kubectl
type: optional
test: |
system "#{bin}/gotk --version"