el-get/recipes/ess.rcp
Rüdiger Sonderfeld 2abfc13056 Update recipe for ESS.
SVN -> github
build -> simplified

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-05-13 23:00:38 +02:00

11 lines
422 B
Plaintext

(:name ess
:description "Emacs Speaks Statistics: statistical programming within Emacs"
:type github
:pkgname "emacs-ess/ESS"
:website "http://ess.r-project.org/"
:info "doc/info/"
:build `(("make" "clean" "all" ,(concat "EMACS=" (shell-quote-argument
el-get-emacs))))
:load-path ("lisp")
:features ess-site)