Skip to content

Commit

Permalink
Add brew section to goreleaser conf
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Sep 3, 2017
1 parent 7527523 commit 7dd3f2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.realize/
dist
11 changes: 10 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ builds:
- freebsd
goarch:
- amd64
- arm
- arm
brew:
github:
owner: moncho
name: homebrew-warpwallet
folder: Formula
homepage: http://github.com/moncho/warpwallet
description: A deterministic bitcoin address generator
test: |
system "#{bin}/warpwallet"

0 comments on commit 7dd3f2d

Please sign in to comment.