-
Notifications
You must be signed in to change notification settings - Fork 223
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
Homebrew formula disabled #475
Comments
Looks like it was disabled here - Homebrew/homebrew-core#58850 |
I am also hitting the same issue. Is there any workaround for this? |
The work around would be something like curl -L https://search.maven.org/remotecontent?filepath=org/foundweekends/giter8/giter8-bootstrap_2.12/0.13.1/giter8-bootstrap_2.12-0.13.1.sh > ~/bin/g8
chmod +x ~/bin/g8 |
The new command is You can also run @xuwei-k - do you want to get this back in homebrew or should we just encourage users to use the |
Does |
@MrPowers I know many non-Scala developers who use Giter8 to generate templates for all kinds of projects. A python team shouldn't have to install |
Coursier based and "curl based" installation methods were added to the Setup page of documentation and the brew one and conscript one were removed, since they are working methods to install |
@eed3si9n Is there the intention to restore the homebrew formula? |
I'm not really interested in trying to convince Homebrew core what they should and shouldn't host. I guess we could make our own tap (?) if there's a huge demand for it? |
I think 2 kinds of people might want to install giter8:
Creating a tap will force us to maintain it and keep it aligned to the other 2 methods that ATM depend only on publishing CI (so they're more "live" than a homebrew tap). I do agree that the need for a tap depends on the demand but maybe in the meantime we can submit a PR to Homebrew to change the message from |
I've opened this PR to change the error message to
when someone tries to install |
Homebrew maintainers closed the issue without much discussion here. IMHO we might consider asking for the removal. |
steps
Try and install giter8 with homebrew as per the docs -
brew install giter8
problem
Command outputs
Error: giter8 has been disabled!
Looks like the formula has been disabled: https://github.com/Homebrew/homebrew-core/blob/master/Formula/giter8.rb#L11
expectation
giter8 should have installed successfully
The text was updated successfully, but these errors were encountered: