Zenity port, would it be an acceptable formula? #1630
Unanswered
ncruces
asked this question in
Tap maintenance and brew development
Replies: 1 comment 4 replies
-
Regardless of the status in homebrew/core, you can add bottles using GitHub Actions: https://brew.sh/2020/11/18/homebrew-tap-with-bottles-uploaded-to-github-releases/
This rule is mostly to avoid people adding every weekend project to Homebrew. The popularity metrics serve a similar purpose for GitHub repos. If your software meets the other criteria it's fine to create an incidental PR for your own software. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm working on a Zenity "port" to macOS and Windows. The idea is that it provides a command that's (as much as possible) compatible with
zenity
, but doesn't require X11 and looks native on both platforms.It's on GitHub: github.com/ncruces/zenity. This issue tracks the current status of the port, and you can find screenshots in the wiki.
I maintain a tap for it, and you can install it on macOS and WSL with:
The WSL version cross-compiles and uses the Windows version.
I'd like to understand if this is something that might be an acceptable formula at
homebrew/core
. I'd have to call it something else (zenity-port
,zenity-native
... something else?), but to provide "compatibility" the port would conflict with thezenity
formula (build a same named binary).The biggest advantage to users, is that I can't really provide bottles on all platforms without taking advantage of your fantastic CI (and thank you for that!)
If there's interest I can pursue this, but since self-submitting is frowned upon, I obviously won't push it if there's little to no interest.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions