Skip to content

Commit

Permalink
Add homebrew formula for an easier installation
Browse files Browse the repository at this point in the history
  • Loading branch information
chclaus committed Apr 16, 2018
1 parent 4c6038e commit 76aea6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Expand Up @@ -30,3 +30,16 @@ archive:
files:
- LICENSE.txt
- README.md

# Homebrew customization
brew:
name: dt
github:
owner: chclaus
name: dt
folder: Formula
caveats: "CLI tool for common dev tasks."
homepage: "https://github.com/chclaus/dt"
description: "CLI tool for common dev tasks."
install: |
bin.install "dt"

0 comments on commit 76aea6d

Please sign in to comment.