el-get/recipes/jedi.rcp
Joe Schafer 947be906e2 Fix Jedi Windows recipe.
Scripts is the bin file on Windows.
PYTHON needs to be python.exe for windows to find the executable.
2013-09-28 23:16:56 -04:00

10 lines
373 B
Plaintext

(:name jedi
:description "An awesome Python auto-completion for Emacs"
:type github
:pkgname "tkf/emacs-jedi"
:build (("make" "requirements"))
:build/windows-nt (("make" "requirements" "PYTHON=python.exe" "BINDIR=Scripts"))
:build/berkeley-unix (("gmake" "requirements"))
:submodule nil
:depends (epc auto-complete))