1
0
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:
Southclaws 2018-02-12 17:58:58 +00:00 committed by Carlos Alexandro Becker
parent f1f34fddb6
commit 633b179a30

View File

@ -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