mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
Add edts recipe
This commit is contained in:
parent
df23138073
commit
c6b71c062f
1 changed files with 41 additions and 0 deletions
41
recipes/edts
Normal file
41
recipes/edts
Normal file
|
@ -0,0 +1,41 @@
|
|||
(edts
|
||||
:fetcher github
|
||||
:repo "tjarvstrand/edts"
|
||||
:branch "melpa-package"
|
||||
:files ("*.el"
|
||||
"COPYING"
|
||||
"COPYING.LESSER"
|
||||
"Makefile"
|
||||
"README.md"
|
||||
"start"
|
||||
|
||||
("elisp/edts" "elisp/edts/*.el")
|
||||
(:exclude "elisp/edts/*-test.el")
|
||||
|
||||
("lib/edts" "lib/edts/Makefile")
|
||||
("lib/edts" "lib/edts/rebar")
|
||||
("lib/edts" "lib/edts/rebar.config")
|
||||
("lib/edts/priv" "lib/edts/priv/app.config")
|
||||
("lib/edts/priv" "lib/edts/priv/dispatch.conf")
|
||||
("lib/edts/src" "lib/edts/src/*")
|
||||
|
||||
("plugins/edts_debug" "plugins/edts_debug/*.el")
|
||||
(:exclude "plugins/edts_debug/*-test.el")
|
||||
("plugins/edts_debug" "plugins/edts_debug/Makefile")
|
||||
("plugins/edts_debug" "plugins/edts_debug/rebar")
|
||||
("plugins/edts_debug" "plugins/edts_debug/rebar.config")
|
||||
("plugins/edts_debug/src" "plugins/edts_debug/src/*")
|
||||
|
||||
("plugins/edts_dialyzer" "plugins/edts_dialyzer/*.el")
|
||||
(:exclude "plugins/edts_dialyzer/*-test.el")
|
||||
("plugins/edts_dialyzer" "plugins/edts_dialyzer/Makefile")
|
||||
("plugins/edts_dialyzer" "plugins/edts_dialyzer/rebar")
|
||||
("plugins/edts_dialyzer" "plugins/edts_dialyzer/rebar.config")
|
||||
("plugins/edts_dialyzer/src" "plugins/edts_dialyzer/src/*")
|
||||
|
||||
("plugins/edts_xref" "plugins/edts_xref/*.el")
|
||||
(:exclude "plugins/edts_xref/*-test.el")
|
||||
("plugins/edts_xref" "plugins/edts_xref/Makefile")
|
||||
("plugins/edts_xref" "plugins/edts_xref/rebar")
|
||||
("plugins/edts_xref" "plugins/edts_xref/rebar.config")
|
||||
("plugins/edts_xref/src" "plugins/edts_xref/src/*")))
|
Loading…
Add table
Reference in a new issue