el-get/recipes/mu4e.rcp

12 lines
410 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 (expand-file-name "mu4e" (el-get-package-directory "mu")))
2012-09-06 07:29:55 +08:00
:build `(("autoreconf -i")
("./configure")
("make"))
:load-path "mu4e"
2012-09-06 07:29:55 +08:00
)