scel
scel copied to clipboard
Make the package available through melpa
Making this package available through melpa, the emacs package repository, would mean easier installation and usage . To do this , a melpa recipe has to be created and the cmake variables being used in sclang-vars.el.in have to be removed.
It least in Arch linux when you install supercollider you get this mode installed as well.
You only need to (require 'sclang)
FWIW, it's also available in GNU Guix as emacs-scel. Guix can be used atop any GNU/Linux system.
I found this (alas doom) to be extra care free: (package! sclang-mode :recipe (:host github :repo "supercollider/scel" :files ("el/*.el")))
I've had a brief look at #39 and #22 and was wondering what is still required for scel to be installable via melpa?
The output from melpa-lint suggests some minor (and some not so minor) changes and I would be willing to put it through the melpa review process if that helps?
looks like the basic recipe from an earlier thread should work...
(sclang :fetcher github
:repo “supercollider/scel”
:branch “main”
:files (:defaults “el/*.el"))
current work in progress → https://github.com/zzkt/scel
added https://github.com/supercollider/scel/pull/46