Skip to content

Commit 37e1a8b

Browse files
committed
build: add Bew build step
1 parent 4b39c7a commit 37e1a8b

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
NFPM_PACKAGES_RPM_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4040
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
4141
AUR_KEY: ${{ secrets.AUR_KEY }}
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4343
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

.goreleaser.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,22 @@ nfpms:
7272
rpm:
7373
signature:
7474
key_file: '{{ .Env.GPG_KEY_FILE }}'
75+
brews:
76+
-
77+
description: "CLI client for Mail.tm disposable mail service"
78+
license: "GPL-3.0"
79+
homepage: "https://github.com/ABGEO/mailtm"
80+
tap:
81+
owner: abgeo
82+
name: homebrew-mailtm
83+
commit_author:
84+
name: "Temuri Takalandze"
85+
86+
folder: Formula
87+
test: |-
88+
system "#{bin}/mailtm", "--help"
89+
install: |-
90+
bin.install "mailtm"
7591
publishers:
7692
- name: fury.io
7793
ids:

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@ yay -S mailtm-bin
8585
```
8686
</details>
8787

88+
<details>
89+
<summary>Homebrew</summary>
90+
91+
```shell
92+
# Add Tap.
93+
brew tap abgeo/mailtm
94+
95+
# Install Formulae.
96+
brew install mailtm
97+
```
98+
</details>
99+
88100
<details>
89101
<summary>Docker</summary>
90102

0 commit comments

Comments
 (0)