File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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"
7591publishers :
7692 - name : fury.io
7793 ids :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments