Skip to content

Commit 2d56598

Browse files
committed
feat(core): add homebrew setup
1 parent 96096f7 commit 2d56598

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,14 @@ changelog:
4444
exclude:
4545
- "^docs:"
4646
- "^test:"
47+
48+
49+
brews:
50+
- tap:
51+
owner: ahmedsaheed
52+
name: esolang
53+
url_template: "http://github.com/ahmedsaheed/esolang/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
54+
folder: Formula
55+
homepage: "https://github.com/ahmedsaheed/esolang"
56+
description: "Esolang - A novice oriented programming language."
57+

0 commit comments

Comments
 (0)