Skip to content

Commit

Permalink
feat(core): add homebrew setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsaheed committed Aug 12, 2024
1 parent 96096f7 commit 2d56598
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ changelog:
exclude:
- "^docs:"
- "^test:"


brews:
- tap:
owner: ahmedsaheed
name: esolang
url_template: "http://github.com/ahmedsaheed/esolang/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
folder: Formula
homepage: "https://github.com/ahmedsaheed/esolang"
description: "Esolang - A novice oriented programming language."

0 comments on commit 2d56598

Please sign in to comment.