Merge pull request #1460 from Sarcasm/patch-2

Add recipe for irony-mode
This commit is contained in:
yagnesh రాఘవ 2013-12-03 19:26:46 -08:00
commit 2b07425927

11
recipes/irony-mode.rcp Normal file
View File

@ -0,0 +1,11 @@
(:name irony-mode
:description "Emacs package using Clang for C & C++ completion, on-the-fly syntax checking and more!"
:depends (yasnippet auto-complete json)
:type github
:branch "develop"
:pkgname "Sarcasm/irony-mode"
:build (("mkdir -p build")
("cd build && cmake ..")
("make -j5 -C build install"))
:load-path "elisp"
:compile ("elisp/" "elisp/irony/"))