cinnyapp / cinny-desktop

Yet another matrix client for desktop
GNU Affero General Public License v3.0
415 stars 49 forks source link

Add Homebrew Cask for Cinny #316

Open Neved4 opened 3 months ago

Neved4 commented 3 months ago

Description

Adds a Cask formula to install Cinny using the Homebrew package manager.

Finally fixes https://github.com/cinnyapp/cinny-desktop/issues/62

After this PR, Cinny can be installed with:

brew tap cinnyapp/cinny-desktop https://github.com/cinnyapp/cinny-desktop
brew install cinny

The Cask formula could be moved into its own separate homebrew-tap repo under the Cinny project. See https://github.com/cinnyapp/cinny-desktop/issues/62#issuecomment-2250129047

Type of change

Checklist:

github-actions[bot] commented 3 months ago

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Neved4 commented 3 months ago

I have read the CLA Document and I hereby sign the CLA

Neved4 commented 3 months ago

Note that the public_repo and workflow scopes are required in the custom access token ${{secrets.TOKEN}}

Also, moving the Casks/ into a separate homebrew-tap repo within Cinny's org will make installs simpler:

brew install cinnyapp/tap/cinny
Neved4 commented 2 months ago

@kfiven had this running in my own private tap for a while now

So far delivering the last few upgrades with no issues: Neved4/tap/cinny_v4.2.0

Let me know if further help is needed