el-get/recipes/mu.rcp
2012-09-05 19:29:55 -04:00

11 lines
313 B
Plaintext

(:name mu
: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"
:build `(("autoreconf -i")
("./configure")
("make"))
:load-path "."
)