el-get/recipes/evil.rcp
2021-02-07 12:32:18 -07:00

14 lines
554 B
Plaintext

(:name evil
: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."
: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")