mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
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.
This commit is contained in:
parent
c032b0d126
commit
9f75a37ccc
1 changed files with 8 additions and 7 deletions
15
recipes/sly
15
recipes/sly
|
@ -1,12 +1,13 @@
|
|||
(sly :repo "capitaomorte/sly"
|
||||
:fetcher github
|
||||
:files ("*.el"
|
||||
("lib" "lib/*.el")
|
||||
("lib/lisp" "lib/lisp/*.lisp")
|
||||
("lib/lisp/backend" "lib/lisp/backend/*.lisp")
|
||||
"*.lisp"
|
||||
"slynk.asd"
|
||||
("contrib" "contrib/*" (:exclude "contrib/test"))
|
||||
("lib" "lib/*")
|
||||
("slynk/backend" "slynk/backend/*")
|
||||
("slynk" "slynk/*")
|
||||
("contrib" "contrib/*")
|
||||
"doc/*.texi"
|
||||
"doc/*.info"
|
||||
"doc/dir"))
|
||||
"doc/dir"
|
||||
"README.md"
|
||||
"NEWS.md"
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue