el-get/recipes/magit.rcp

10 lines
412 B
Plaintext
Raw Normal View History

(:name magit
:website "https://github.com/magit/magit#readme"
:description "It's Magit! An Emacs mode for Git."
:type github
:pkgname "magit/magit"
:info "."
;; that used to be how to build it :build ("./autogen.sh" "./configure" "make")
:build ("make all")
:build/darwin `(,(concat "PATH=" (shell-quote-argument invocation-directory) ":$PATH make all")))