el-get/recipes/evil.rcp

14 lines
545 B
Plaintext
Raw Normal View History

(:name evil
:website "https://bitbucket.org/lyro/evil"
:description "Evil is an extensible vi layer for Emacs. It
emulates the main features of Vim, and provides facilities
for writing custom extensions."
:type hg
:url "https://bitbucket.org/lyro/evil"
:features evil
:depends (undo-tree goto-chg)
:build (("make" "info" "all"))
:build/berkeley-unix (("gmake" "info" "all"))
:build/darwin `(("make" ,(format "EMACS=%s" el-get-emacs) "info" "all"))
2012-09-13 05:15:03 +08:00
:info "doc")