-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Feature Request] Cask support #7
Comments
My goal here is just to provide emacs binaries, and I don't think there's any particular need to provide cask support: it can be easily installed using the command listed in the cask readme. However, |
@cireu Forgive the intrusion, but you might find this useful as an alternative to Cask: https://github.com/alphapapa/makem.sh It works well with https://github.com/purcell/setup-emacs, and it can even read dependencies from Cask files. |
Thanks for you suggestion! I think I will try it. BTW, would you have plan to make your script a Github Action template like |
I'm open to that idea, yes, as long as it doesn't require something like writing hundreds of lines of JavaScript boilerplate. For example, this feels impenetrable to me for what seems like should be a simple task, but I guess it's what GitHub Actions requires: https://github.com/purcell/setup-emacs/blob/master/dist/index.js Steve is a wizard! :) |
@alphapapa Haha, nope, that's generated from much simpler typescript here: https://github.com/purcell/setup-emacs/tree/master/src (The compilation is done with this command.) |
Came across this old issue and wanted to note for @alphapapa's benefit that these days it's pretty trivial to write github actions as shell scripts, and this repository now works that way too — no JS faff. |
Thanks, Steve! |
Cask https://github.com/cask/cask is also a famous Elisp project manager, would you like to add support of Cask?
The text was updated successfully, but these errors were encountered: