melpa/recipes/sly
João Távora 9f75a37ccc Updated recipes/sly
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.
2014-09-17 20:09:29 +01:00

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