Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the tools to brew #63

Open
szaitsev opened this issue May 2, 2024 · 8 comments
Open

Add the tools to brew #63

szaitsev opened this issue May 2, 2024 · 8 comments

Comments

@szaitsev
Copy link

szaitsev commented May 2, 2024

Brew is a standard way for many people to install tools on Mac. It would be good to have the ability to install devtools-x via brew.

@Sparkenstein
Copy link
Member

That's a nice idea, I will look into it. PRs are appreaciated if anyone knows the process

@yemikudaisi
Copy link
Contributor

While we are on this, it would make sense to also consider winget (Windows), flatpak and snap (Linux).

@Hacksore
Copy link

The big lore/requirements are here and I've successfully got another tauri app on homebrew before.

https://docs.brew.sh/Acceptable-Casks

@Hacksore
Copy link

got a draft pr up here 🙏
Homebrew/homebrew-cask#183913

@Hacksore
Copy link

We have a big blocker here, the macOS version needs to be signed...

audit for devtools-x: failed
 - Signature verification failed:
/private/tmp/cask-audit20240830-4524-8z3xc5/dev-tools.app: code has no resources but signature indicates they must be present

macOS on ARM requires software to be signed.
Please contact the upstream developer to let them know they should sign and notarize their software.

@Hacksore
Copy link

Hacksore commented Aug 30, 2024

Fixed the syntax CI check but if the ARM version not signed it can't go on homebrew for ARM 😞.

App fails with GateKeeper enabled on Homebrew supported macOS versions and platforms (e.g. unsigned apps fail on Macs with Apple Silicon/ARM).

I could try to omit the ARM build until it's signed, let me try that.

@Hacksore
Copy link

Hacksore commented Aug 30, 2024

Yeah signing is required as per Homebrew/homebrew-cask#183913 (comment)

Tag me if anything changes here and I'll revisit this.

@Sparkenstein
Copy link
Member

Yep, thanks for trying. This was open for so long because of the signing requirement only. I can host my own tap I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants