el-get/recipes/evil.rcp

14 lines
554 B
Plaintext
Raw Normal View History

(:name evil
2017-01-26 10:42:19 +08:00
:website "https://github.com/emacs-evil/evil"
:description "Evil is an extensible vi layer for Emacs. It
emulates the main features of Vim, and provides facilities
for writing custom extensions."
2017-01-26 10:42:19 +08:00
:type github
:pkgname "emacs-evil/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"))
:info "doc/build/texinfo")