Skip to content

Commit b8546b4

Browse files
committed
add homebrew
1 parent 52c3115 commit b8546b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.goreleaser.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,23 @@ archives:
4040
4141
checksum:
4242
name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"
43+
44+
brews:
45+
- name: hckctl
46+
tap:
47+
owner: hckops
48+
name: homebrew-tap
49+
commit_author:
50+
name: hckbot
51+
email: hckbot@users.noreply.github.com
52+
folder: Formula
53+
homepage: https://github.com/hckops/hckctl
54+
description: "The declarative HaCKing Tool"
55+
skip_upload: false
56+
dependencies:
57+
- name: docker
58+
type: optional
59+
- name: kubectl
60+
type: optional
61+
test: |-
62+
hckctl version

0 commit comments

Comments
 (0)