Skip to content
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

Open
cireu opened this issue Sep 15, 2019 · 7 comments
Open

[Feature Request] Cask support #7

cireu opened this issue Sep 15, 2019 · 7 comments

Comments

@cireu
Copy link

cireu commented Sep 15, 2019

Cask https://github.com/cask/cask is also a famous Elisp project manager, would you like to add support of Cask?

@purcell
Copy link
Owner

purcell commented Sep 15, 2019

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, cask is also available in Nixpkgs, so at some point I will figure out how users can use the Nix cask with one of these Emacs versions. This will also allow arbitrary pre-installation of any ELPA/MELPA package, since Nix knows about all those packages too.

@alphapapa
Copy link

@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.

@cireu
Copy link
Author

cireu commented Jan 4, 2020

@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 setup-emacs?

@alphapapa
Copy link

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! :)

@purcell
Copy link
Owner

purcell commented Jan 5, 2020

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.)

@purcell
Copy link
Owner

purcell commented Jan 22, 2024

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.

@alphapapa
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants