Skip to content

Commit b576d6b

Browse files
committed
Make goreleaser put bins in /usr/bin metafates#191
1 parent 0b504b9 commit b576d6b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.goreleaser.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ builds:
1818
flags:
1919
- -trimpath
2020
ldflags:
21-
- -X 'github.com/metafates/mangal/constant.BuiltAt={{ .Date }}'
22-
- -X 'github.com/metafates/mangal/constant.BuiltBy={{ .Env.USER }}'
23-
- -X 'github.com/metafates/mangal/constant.Revision={{ .ShortCommit }}'
21+
- -X 'github.com/telmo/mangal/constant.BuiltAt={{ .Date }}'
22+
- -X 'github.com/telmo/mangal/constant.BuiltBy={{ .Env.USER }}'
23+
- -X 'github.com/telmo/mangal/constant.Revision={{ .ShortCommit }}'
2424
- -s
2525
- -w
2626

@@ -80,15 +80,15 @@ dockers:
8080
- goos: linux
8181
goarch: amd64
8282
image_templates:
83-
- "metafates/mangal:latest"
83+
- "telmo/mangal:latest"
8484
skip_push: false
8585
use: docker
8686

8787
brews:
8888
- name: mangal
8989

9090
tap:
91-
owner: metafates
91+
owner: telmo
9292
name: homebrew-mangal
9393
branch: main
9494
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
@@ -98,7 +98,7 @@ brews:
9898
9999

100100
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
101-
homepage: "https://github.com/metafates/mangal"
101+
homepage: "https://github.com/telmo/mangal"
102102
description: "The ultimate CLI manga downloader!"
103103
license: "MIT"
104104
skip_upload: false
@@ -114,8 +114,8 @@ brews:
114114
115115
scoop:
116116
bucket:
117-
owner: metafates
118-
name: scoop-metafates
117+
owner: telmo
118+
name: scoop-telmo
119119
branch: main
120120
token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
121121

@@ -126,38 +126,38 @@ scoop:
126126
127127

128128
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
129-
homepage: "https://github.com/metafates/mangal"
129+
homepage: "https://github.com/telmo/mangal"
130130
description: "The ultimate CLI manga downloader!"
131131
license: MIT
132132
skip_upload: false
133133

134134

135135
release:
136136
github:
137-
owner: metafates
137+
owner: telmo
138138
name: mangal
139139

140140
name_template: "{{.ProjectName}} v{{.Version}}"
141141
header: |
142142
To install:
143143
```sh
144-
curl -sSL mangal.metafates.one/install | sh
144+
curl -sSL mangal.telmo.one/install | sh
145145
```
146146
147147
## What's new?
148148
149149
footer: |
150150
151-
**Full Changelog**: https://github.com/metafates/mangal/compare/{{ .PreviousTag }}...{{ .Tag }}
151+
**Full Changelog**: https://github.com/telmo/mangal/compare/{{ .PreviousTag }}...{{ .Tag }}
152152
153153
---
154154
155-
Bugs? Suggestions? [Open an issue](https://github.com/metafates/mangal/issues/new/choose)
155+
Bugs? Suggestions? [Open an issue](https://github.com/telmo/mangal/issues/new/choose)
156156
157157
nfpms:
158158
- file_name_template: "{{ .ConventionalFileName }}"
159-
homepage: https://github.com/metafates/mangal
160-
maintainer: metafates <[email protected]>
159+
homepage: https://github.com/telmo/mangal
160+
maintainer: telmo <[email protected]>
161161
description: |-
162162
The most advanced cli manga downloader in the entire universe!
163163
@@ -166,7 +166,7 @@ nfpms:
166166
- deb
167167
- rpm
168168

169-
bindir: /usr/local/bin
169+
bindir: /usr/bin
170170
section: utils
171171

172172
deb:

0 commit comments

Comments
 (0)