-
Notifications
You must be signed in to change notification settings - Fork 9
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 script to add CLI into packages for Debian, RPM, Brew #21
Comments
@dimitrystd: debian and rpm packages can be built via To add package into Brew, homebrew-core (https://github.com/Homebrew/homebrew-core) should be forked and pull-request is created according to guidelines (https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md). Not a piece of a cake. |
…ets in order to use them in Debian and CentOs containers
I added build step, so now we have
What's the next? Let's talk tomorrow. |
I'll take a look at Homebrew |
I created a pull request to preview formula on our end before submitting it to the Homebrew repository - Smartling/homebrew-core#1 It's not final yet as we expect to change package name format |
We would like to distribute CLI with package management. So we need a script which will prepare packages for Debian, RPM, Brew.
DoD:
Makefile
in order to build packages forThe text was updated successfully, but these errors were encountered: