el-get/recipes/magit.rcp

14 lines
612 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"
2013-08-27 15:37:32 +08:00
:depends (cl-lib git-modes)
:info "."
;; let el-get care about autoloads so that it works with all OSes
2013-04-11 14:26:50 +08:00
:build (if (version<= "24.3" emacs-version)
`(("make" ,(format "EMACS=%s" el-get-emacs) "all"))
`(("make" ,(format "EMACS=%s" el-get-emacs) "docs")))
2014-08-13 03:11:23 +08:00
:build/berkeley-unix (("touch" "`find . -name Makefile`") ("gmake"))
:prepare (require 'magit-autoloads))