-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.goreleaser.yml
More file actions
48 lines (40 loc) · 810 Bytes
/
Copy path.goreleaser.yml
File metadata and controls
48 lines (40 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: 2
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
binary: better-whisper
ldflags:
- -s -w
- -X main.version={{.Version}}
checksum:
name_template: "checksums.txt"
release:
prerelease: auto
universal_binaries:
- replace: true
brews:
- name: better-whisper
homepage: "https://github.com/akash-joshi/better-whisper"
description: "A better CLI for whisper-cpp"
repository:
owner: akash-joshi
name: homebrew-akash-joshi
branch: main
pull_request:
enabled: false
commit_author:
name: akash-joshi
email: git@thewriting.dev
dependencies:
- name: "whisper-cpp"
- name: "ffmpeg"