Skip to content

Commit 5519ecd

Browse files
committed
build(homebrew): add homebrew formula to jamescun/homebrew-formulas
1 parent d15b1c7 commit 5519ecd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.goreleaser.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,15 @@ builds:
1919
- -trimpath
2020
ldflags:
2121
- -s -w -X main.Version={{.Version}}
22+
23+
brews:
24+
- homepage: https://github.com/jamescun/httplog
25+
description: httplog is a command line tool that logs HTTP requests
26+
license: MIT
27+
folder: Formula
28+
commit_author:
29+
name: James Cunningham
30+
31+
tap:
32+
owner: jamescun
33+
name: homebrew-formulas

0 commit comments

Comments
 (0)