el-get/recipes/magit.rcp
2013-08-27 09:37:32 +02:00

13 lines
569 B
Plaintext

(:name magit
:website "https://github.com/magit/magit#readme"
:description "It's Magit! An Emacs mode for Git."
:type github
:pkgname "magit/magit"
:depends (cl-lib git-modes)
:info "."
;; let el-get care about autoloads so that it works with all OSes
:build (if (version<= "24.3" emacs-version)
`(("make" ,(format "EMACS=%s" el-get-emacs) "all"))
`(("make" ,(format "EMACS=%s" el-get-emacs) "docs")))
:build/berkeley-unix (("touch" "`find . -name Makefile`") ("gmake")))