Skip to content

Commit

Permalink
Adding Homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Anderson committed Dec 2, 2017
1 parent 2475291 commit 3bbec3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ checksum:
# - Version (Git tag without `v` prefix)
# Default is `{{ .ProjectName }}_{{ .Version }}_checksums.txt`.
name_template: "{{ .ProjectName }}_checksums.txt"
brew:
github:
owner: undeadops
name: homebrew-tap
folder: Formula
homepage: https://github.com/undeadops/herd
description: AWS CLI for getting to the most needed info I use everyday but dont want to open the AWS Console to look up.
test: |
system "#{bin}/herd -v"

0 comments on commit 3bbec3b

Please sign in to comment.