Set Homebrew formula name
This commit is contained in:
@@ -16,18 +16,16 @@ archives:
|
|||||||
files:
|
files:
|
||||||
- none*
|
- none*
|
||||||
brews:
|
brews:
|
||||||
- tap:
|
- name: gotk
|
||||||
|
tap:
|
||||||
owner: fluxcd
|
owner: fluxcd
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||||
|
|
||||||
folder: Formula
|
folder: Formula
|
||||||
homepage: "https://toolkit.fluxcd.io/"
|
homepage: "https://toolkit.fluxcd.io/"
|
||||||
description: "GitOps Toolkit CLI"
|
description: "GitOps Toolkit CLI"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kubectl
|
- name: kubectl
|
||||||
type: optional
|
type: optional
|
||||||
|
|
||||||
test: |
|
test: |
|
||||||
system "#{bin}/gotk --version"
|
system "#{bin}/gotk --version"
|
||||||
|
|||||||
Reference in New Issue
Block a user