-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
identme 0.5 (new formula) #206325
identme 0.5 (new formula) #206325
Conversation
Hi, this seems like a nice software, but not notable enough for us to package in Homebrew for now. This is not a decision on the merits of the software, but we cannot distribute every single piece of software and have to draw a line on “notability” somewhere. Of course, we would be happy to reconsider in the future. Please consider hosting it in a personal tap, which is very easy to do: https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap |
Thanks @SMillerDev. Already doing so. Hoping to get to 75 stars soon :) |
We have 75 stars. |
Sorry for the noise, fighting CI. Looks like closing and reopening too fast caused cancellations. |
Oops, no idea what happened there, sorry. |
Upgraded to 0.3. |
v0.4 just released. Added |
69ecedb
to
2f3f623
Compare
v0.5 just released. Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't notice this before, but from the docs:
We frown on authors submitting their own work unless it is very popular.
https://docs.brew.sh/Acceptable-Formulae#niche-or-self-submitted-stuff
I'll leave it to other maintainers to merge this or not.
Same question as #206921: would it be better if I closed this, someone in my community opened another PR, possibly copying the formula from this PR or my tap? |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?