Skip to content

Commit b2e8344

Browse files
committed
feat: add git-this-bread meta-formula with all tools
1 parent 2a40644 commit b2e8344

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ archives:
6464
name_template: "git-as_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
6565
format: tar.gz
6666

67+
- id: git-this-bread
68+
builds:
69+
- git-explain
70+
- git-id
71+
- git-as
72+
- gh-as
73+
name_template: "git-this-bread_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
74+
format: tar.gz
75+
6776
checksum:
6877
name_template: 'checksums.txt'
6978

@@ -105,3 +114,20 @@ brews:
105114
bin.install "git-id"
106115
bin.install "git-as"
107116
bin.install "gh-as"
117+
118+
- name: git-this-bread
119+
ids:
120+
- git-this-bread
121+
repository:
122+
owner: jdevera
123+
name: homebrew-tap
124+
branch: main
125+
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
126+
homepage: https://github.com/jdevera/git-this-bread
127+
description: Git utilities for developers who knead to understand their repos
128+
license: MIT
129+
install: |
130+
bin.install "git-explain"
131+
bin.install "git-id"
132+
bin.install "git-as"
133+
bin.install "gh-as"

0 commit comments

Comments
 (0)