Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
add homebrew release through goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Nov 6, 2022
1 parent 32d253e commit d3cdf83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,14 @@ nfpms:
bindir: /usr/bin
epoch: "1"
release: "1"

brews:
- name: telegram-banhammer
tap:
owner: paskal
name: telegram-banhammer
description: "A program which uses MTProto Telegram API to ban spammers from a group."
homepage: "https://github.com/paskal/telegram-banhammer"
license: "MIT"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
test: system "#{bin}/telegram-banhammer --help"

0 comments on commit d3cdf83

Please sign in to comment.