Skip to content

Commit

Permalink
Fix goreleaser brew setup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zytek committed Jan 20, 2021
1 parent 5f380dd commit f483e3b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,16 @@ brews:
# Default is the root folder.
folder: Formula

# Caveats for the user of your binary.
# Default is empty.
caveats: "You need to configure this software before use (goship configure or check docs)"
homepage: "https://github.com/zytek/goship"
description: "Utility that helps find, connect and copy to particular cloud resources using configured providers"
caveats: ""
homepage: "https://github.com/zytek/s3perka"
description: "Copy (sync) S3 objects between different AWS Partitions/Accounts"
license: "MIT"
skip_upload: false

dependencies: []

test: |
system "#{bin}/goship version"
system "#{bin}/s3perka -h"
install: |
bin.install "goship"
bin.install "s3perka"

0 comments on commit f483e3b

Please sign in to comment.