From 5c5375b077f8285e9f07a7a940c727bd7159a2b6 Mon Sep 17 00:00:00 2001 From: Guillaume Papin Date: Sat, 30 Nov 2013 00:48:07 +0100 Subject: [PATCH] Add recipe for irony-mode --- recipes/irony-mode.rcp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/irony-mode.rcp diff --git a/recipes/irony-mode.rcp b/recipes/irony-mode.rcp new file mode 100644 index 00000000..7f54975b --- /dev/null +++ b/recipes/irony-mode.rcp @@ -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/"))