el-get/recipes/distel.rcp

13 lines
421 B
Plaintext

(:name distel
:website "https://github.com/massemanet/distel"
:description "Distributed Emacs Lisp for Erlang."
:type github
:pkgname "massemanet/distel"
:info "doc"
:build `,(mapcar
(lambda (target)
(list "make" target (format "EMACS=%s" el-get-emacs)))
'("clean" "all"))
:load-path ("elisp")
:features distel)