el-get/recipes/mu4e.rcp

18 lines
680 B
Plaintext
Raw Permalink 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))))
:build `(("./autogen.sh")
("make"))
:load-path "build/mu4e"
:info "build/mu4e/mu4e.info"
)