el-get/recipes/evil.rcp
Xiao Hanyu efe1412dc6 Update git url for evil.rcp
GitLab acquires Gitorious so the original gitorious git url is not available now.

Evil has migrated its development to bitbucket and switch from git to hg.

See: https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/
2015-04-10 07:53:03 +08:00

14 lines
545 B
Plaintext

(: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"))
:info "doc")