el-get/recipes/magit.el

8 lines
291 B
EmacsLisp
Raw Normal View History

(:name magit
:type git
:url "http://github.com/magit/magit.git"
:info "."
;; that used to be how to build it :build ("./autogen.sh" "./configure" "make")
:build ("make all")
:build/darwin `(,(concat "PATH=" invocation-directory ":$PATH make all")))