mirror of
https://github.com/correl/melpa.git
synced 2024-12-19 11:12:39 +00:00
9f75a37ccc
SLY is a young project and its file structure has changed, so this recipe must be updated. See https://github.com/capitaomorte/sly/issues/16 I don't foresee any more big changes in the near future.
13 lines
359 B
Text
13 lines
359 B
Text
(sly :repo "capitaomorte/sly"
|
|
:fetcher github
|
|
:files ("*.el"
|
|
("lib" "lib/*")
|
|
("slynk/backend" "slynk/backend/*")
|
|
("slynk" "slynk/*")
|
|
("contrib" "contrib/*")
|
|
"doc/*.texi"
|
|
"doc/*.info"
|
|
"doc/dir"
|
|
"README.md"
|
|
"NEWS.md"
|
|
))
|