Skip to content

Commit

Permalink
chore: add homebrew config in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairruhm committed Oct 28, 2017
1 parent c8a1cc8 commit 26c5396
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,43 @@ archive:
darwin: macOS
files:
- README.md
- LICENSE
- LICENSE

brew:
github:
owner: alastairruhm
name: homebrew-tap

# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: alastairruhm
email: alastairruhm@gmail.com

# Folder inside the repository to put the formula.
# Default is the root folder.
folder: Formula

# Caveats for the user of your binary.
# Default is empty.
caveats: ""

# Your app's homepage.
# Default is empty.
homepage: "https://github.com/alastairruhm/utfbom-remove"

# Your app's description.
# Default is empty.
description: "remove utf8 bom header of file"

# Packages your package depends on.
# dependencies:
# - git
# - zsh

# Packages that conflict with your package.
# conflicts:
# - svn
# - bash
install: |
bin.install "program"

0 comments on commit 26c5396

Please sign in to comment.