mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
add: scoop section to .goreleaser.yml
This commit is contained in:
parent
f1f34fddb6
commit
633b179a30
@ -47,6 +47,13 @@ brew:
|
||||
description: Deliver Go binaries as fast and easily as possible
|
||||
test: |
|
||||
system "#{bin}/goreleaser -v"
|
||||
scoop:
|
||||
bucket:
|
||||
owner: goreleaser
|
||||
name: scoop-bucket
|
||||
homepage: http://goreleaser.github.io
|
||||
description: Deliver Go binaries as fast and easily as possible
|
||||
license: MIT
|
||||
fpm:
|
||||
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
||||
homepage: http://goreleaser.github.io
|
||||
|
Loading…
Reference in New Issue
Block a user