Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upfnm 1.2.0 (new formula) #36744
Conversation
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
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 |
SMillerDev
closed this
Feb 5, 2019
This comment has been minimized.
This comment has been minimized.
For the next attempt to get this into core (when your repo has been around for a bit longer) please keep in mind that any code in homebrew-core has to be build from source and has to be licensed under a valid OSI license. |
This comment has been minimized.
This comment has been minimized.
Schniz
commented
Feb 5, 2019
You're totally right about the license - I forgot to add one. Thanks @flesch again for submitting it. Let's wait for a couple of months before trying to submit it again |
This comment has been minimized.
This comment has been minimized.
Thanks @SMillerDev for the quick response! |
flesch commentedFeb 5, 2019
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 doingbrew install <formula>
)?