el-get/recipes/magit.rcp

12 lines
443 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"
:info "."
;; let el-get care about autoloads so that it works with all OSes
:build `(("make"
,(format "EMACS=%s" el-get-emacs)
"all"))
:build/berkeley-unix (("touch" "`find . -name Makefile`") ("gmake")))