Skip to content

Commit

Permalink
build: add Bew build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ABGEO committed Oct 19, 2022
1 parent 4b39c7a commit 37e1a8b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
NFPM_PACKAGES_RPM_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
16 changes: 16 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,22 @@ nfpms:
rpm:
signature:
key_file: '{{ .Env.GPG_KEY_FILE }}'
brews:
-
description: "CLI client for Mail.tm disposable mail service"
license: "GPL-3.0"
homepage: "https://github.com/ABGEO/mailtm"
tap:
owner: abgeo
name: homebrew-mailtm
commit_author:
name: "Temuri Takalandze"
email: "[email protected]"
folder: Formula
test: |-
system "#{bin}/mailtm", "--help"
install: |-
bin.install "mailtm"
publishers:
- name: fury.io
ids:
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ yay -S mailtm-bin
```
</details>

<details>
<summary>Homebrew</summary>

```shell
# Add Tap.
brew tap abgeo/mailtm

# Install Formulae.
brew install mailtm
```
</details>

<details>
<summary>Docker</summary>

Expand Down

0 comments on commit 37e1a8b

Please sign in to comment.