Skip to content

Commit

Permalink
added homebrew tap to .goreleaser.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Jul 4, 2020
1 parent 3f5d3e4 commit d2e24f4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@ release:
# GitHub.
# Defaults to false.
# disable: true
# brews:
# - github:
# owner: timothystiles
# name: homebrew-poly
# folder: Formula
# homepage: https://github.com/TimothyStiles/poly
# description: A command line utility for engineering organisms.
# test: |
# system "#{bin}/poly -h"
# dependencies:
# - name: go
# commit_author:
# name: Tim
# email: [email protected]
brews:
- github:
owner: timothystiles
name: homebrew-poly
folder: Formula
homepage: https://github.com/TimothyStiles/poly
description: A command line utility for engineering organisms.
test: |
system "#{bin}/poly -h"
dependencies:
- name: go
commit_author:
name: Tim
email: [email protected]
nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/TimothyStiles/poly
Expand Down

0 comments on commit d2e24f4

Please sign in to comment.