el-get/recipes/mu4e.rcp

19 lines
703 B
Plaintext
Raw Normal View History

(:name mu4e
:website "http://www.djcbsoftware.nl/code/mu/mu4e.html"
:description "An emacs-based e-mail client which uses mu (http://www.djcbsoftware.nl/code/mu/) as its back-end: mu4e."
:type github
:pkgname "djcb/mu"
:post-init (setq mu4e-mu-binary
;; "el-get-dir/mu4e/mu/mu"
(expand-file-name
"mu"
(expand-file-name
"mu"
(el-get-package-directory 'mu4e))))
2014-04-25 06:14:39 +08:00
:build `(("autoreconf" "-i")
("./configure")
("make"))
:load-path "mu4e"
2015-06-16 16:27:35 +08:00
:info "mu4e/mu4e.info"
)