Skip to content

Commit

Permalink
chore: adds homebrew support
Browse files Browse the repository at this point in the history
  • Loading branch information
cludden committed Oct 22, 2023
1 parent ba60038 commit c288077
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 415 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,21 @@ signs:
- artifacts: checksum
args:
- "--batch"
- "--no-tty"
- "--pinentry-mode=loopback"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
- "--passphrase"
- "{{ .Env.GPG_PASSPHRASE }}"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"
brews:
- repository:
owner: cludden
name: homebrew-formula
homepage: https://github.com/cludden/protoc-gen-go-temporal
description: protoc-gen-go_temporal - a protoc plugin for generating Temporal clients, workers, and clis in go from protobuf schemas
folder: Formula
license: MIT
Loading

0 comments on commit c288077

Please sign in to comment.