el-get/recipes/mu4e.rcp

18 lines
574 B
Plaintext
Raw Normal View History

(:name mu4e
2012-09-06 07:29:55 +08:00
: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))))
2012-09-06 07:29:55 +08:00
:build `(("autoreconf -i")
("./configure")
("make"))
:load-path "mu4e"
2012-09-06 07:29:55 +08:00
)