-
Notifications
You must be signed in to change notification settings - Fork 28
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 binary packages #48
Comments
I'm not planning to handle it myself, I just can't deal with all the packages I have but someone else could manage it like Zola. |
I renamed the issue because it concerns binaries in general, not only MacOS ones. |
Binaries are available on the releases: https://github.com/Keats/kickstart/releases |
Hmmm not sure why I missed them... So FYI, you seem to not miss much to expose
The only moving parts are:
This needs to be hosted in a repo under a As far as hosting is concerned, homebrew recommends a separate repo called in your case To be honnest, a simple template to generate the Formula above does not really need Tera or tera-cli, and |
see also #41 |
It would be nice having a homebrew binary package for MacOS users.
Scaffolding is especially useful for beginner users and they may not have the rust toolchain installed.
I did just that for the https://github.com/chevdor/tera-cli project and use... Tera to do the work :)
The template is rather simple: https://github.com/chevdor/tera-cli/blob/master/templates/formula.rb
The CI doing that part is located here: https://github.com/chevdor/tera-cli/blob/master/.github/workflows/release.yml#L94
NOTE: I am using using a specific feature of
chevdor/tera-cli
in this CI: that is the support for ENV.For (probably too little) details, see:
The text was updated successfully, but these errors were encountered: