el-get/recipes/helm.rcp
Shihpin Tseng fb14bfcf73 helm.rcp: fix build on OS X.
By override the EMACS_COMMAND in the Makefile of helm.
2014-11-19 10:32:34 +08:00

10 lines
391 B
Plaintext

(:name helm
:description "Emacs incremental and narrowing framework"
:type github
:pkgname "emacs-helm/helm"
:build ("make")
:build/darwin `(("make" ,(format "EMACS_COMMAND=%s" el-get-emacs)))
;; Windows probably doesn't have make available so we fake it.
:build/windows-nt (with-temp-file "helm-autoload.el"
nil))