Skip to content

Commit 515f163

Browse files
adding winget
1 parent 3c2213d commit 515f163

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

.goreleaser.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ builds:
1414
- windows
1515
- darwin
1616
ldflags:
17-
- -s -w -X main.version=v1.4.0
17+
- -s -w -X main.version=v1.5.0
1818

1919
archives:
2020
- formats: [ 'zip' ]
@@ -45,12 +45,31 @@ homebrew_casks:
4545
owner: digitalghost-dev
4646
name: homebrew-tap
4747
token: "{{.Env.GITHUB_TOKEN}}"
48-
homepage: "https://github.com/digitalghost-dev/poke-cli"
48+
homepage: "https://docs.poke-cli.com/"
4949
description: "A hybrid CLI/TUI tool written in Go for viewing Pokémon data from the terminal!"
5050
license: "Apache License 2.0"
5151
hooks:
5252
post:
5353
install: |
5454
if OS.mac? && system_command("/usr/bin/xattr", args: ["-h"]).exit_status == 0
5555
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/poke-cli"]
56-
end
56+
end
57+
58+
winget:
59+
- name: poke-cli
60+
publisher: digitalghost-dev
61+
license: MIT
62+
homepage: "https://docs.poke-cli.com/"
63+
short_description: "Pokémon CLI/TUI terminal tool."
64+
repository:
65+
owner: digitalghost-dev
66+
name: winget-pkgs
67+
token: "{{.Env.GITHUB_TOKEN}}"
68+
branch: "poke-cli-{{.Version}}"
69+
pull_request:
70+
enabled: true
71+
base:
72+
owner: microsoft
73+
name: winget-pkgs
74+
branch: master
75+
description: "A hybrid CLI/TUI tool written in Go for viewing Pokémon data from the terminal!"

0 commit comments

Comments
 (0)