Skip to content

Commit 4da368b

Browse files
committed
feat: add homebrew support via goreleaser
1 parent 26241a6 commit 4da368b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@ archives:
3434
checksum:
3535
name_template: 'checksums.txt'
3636

37+
brews:
38+
- name: perfdeck
39+
repository:
40+
owner: sumant1122
41+
name: homebrew-perfdeck
42+
branch: main
43+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
44+
directory: Formula
45+
homepage: "https://github.com/sumant1122/perfdeck"
46+
description: "A modern, lightweight, and customizable TUI performance monitor."
47+
license: "MIT"
48+
install: |
49+
bin.install "perfdeck"
50+
3751
snapshot:
3852
name_template: "{{ incpatch .Version }}-next"
3953

0 commit comments

Comments
 (0)