Skip to content

Commit 6c00257

Browse files
committed
feat: Adding brew
1 parent ad64a95 commit 6c00257

3 files changed

Lines changed: 13 additions & 32 deletions

File tree

.goreleaser.yaml

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -28,44 +28,25 @@ archives:
2828
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2929
format_overrides:
3030
- goos: windows
31-
format: zip
31+
formats: ['zip']
3232

33-
brews:
33+
homebrew_casks:
3434
- name: toney
35-
github:
36-
owner: SourcewareLab
37-
name: toney
38-
branch: dev
39-
folder: Formula
35+
binary: toney
4036
description: "Toney - a fast, lightweight terminal-based note-taking app"
41-
homepage: https://sourcewarelab.github.io/Toney/
37+
homepage: "https://sourcewarelab.github.io/Toney/"
38+
url:
39+
template: "https://github.com/SourcewareLab/Toney/releases/download/v{{ .Version }}/toney_darwin_amd64.tar.gz"
40+
uninstall:
41+
delete:
42+
- "/usr/local/bin/toney"
43+
repository:
44+
owner: SourcewareLab
45+
name: homebrew-tap
46+
token: "{{ .Env.GITHUB_TOKEN }}"
4247
commit_author:
4348
name: NucleoFusion
4449
email: lakshit.singh.mail@gmail.com
45-
install: |
46-
bin.install "toney"
47-
48-
scoop:
49-
name: toney
50-
folder: scoop
51-
description: "Toney - a fast, lightweight terminal-based note-taking app"
52-
homepage: https://sourcewarelab.github.io/Toney/
53-
bucket:
54-
name: toney
55-
owner: SourcewareLab
56-
branch: dev
57-
commit_author:
58-
name: NucleoFusion
59-
email: lakshit.singh.mail@gmail.com
60-
61-
snapcrafts:
62-
- name: toney
63-
summary: "Fast, lightweight terminal-based note-taking app"
64-
description: |
65-
Toney is a fast, lightweight and extensible note-taking app that works directly from your terminal.
66-
confinement: classic
67-
grade: stable
68-
license: MIT
6950

7051
nfpms:
7152
- id: deb

Formula/toney.rb

Whitespace-only changes.

scoop/toney.json

Whitespace-only changes.

0 commit comments

Comments
 (0)