mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-09 19:11:05 +00:00
[provisioning] Update email tools
This commit is contained in:
parent
5b25978aef
commit
dee21dc488
1 changed files with 6 additions and 6 deletions
|
@ -2,12 +2,11 @@
|
||||||
# Description: Email syncing tools plus the mu4e client
|
# Description: Email syncing tools plus the mu4e client
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
_recipe brew
|
|
||||||
_brew isync
|
|
||||||
|
|
||||||
_recipe emacs
|
_recipe emacs
|
||||||
case $_PLATFORM in
|
case $_PLATFORM in
|
||||||
darwin)
|
darwin)
|
||||||
|
_recipe brew
|
||||||
|
_brew isync
|
||||||
EMACS=$(which emacs) _brew mu --HEAD
|
EMACS=$(which emacs) _brew mu --HEAD
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -18,12 +17,13 @@ case $_PLATFORM in
|
||||||
automake \
|
automake \
|
||||||
libtool \
|
libtool \
|
||||||
texinfo \
|
texinfo \
|
||||||
libgmime-2.6-dev \
|
libgmime-3.0-dev \
|
||||||
libxapian-dev \
|
libxapian-dev \
|
||||||
guile-2.0-dev \
|
guile-2.0-dev \
|
||||||
html2text \
|
html2text \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
libwebkit-dev
|
libwebkitgtk-dev \
|
||||||
|
isync
|
||||||
do
|
do
|
||||||
_apt $dep
|
_apt $dep
|
||||||
done
|
done
|
||||||
|
@ -34,7 +34,7 @@ case $_PLATFORM in
|
||||||
| tar xz --strip 1 && \
|
| tar xz --strip 1 && \
|
||||||
echo "[tgz] Configuring mu" && \
|
echo "[tgz] Configuring mu" && \
|
||||||
./autogen.sh >/dev/null 2>&1 && \
|
./autogen.sh >/dev/null 2>&1 && \
|
||||||
./configure >/dev/null 2>&1 && \
|
./configure --prefix=/usr >/dev/null 2>&1 && \
|
||||||
echo "[tgz] Building mu" && \
|
echo "[tgz] Building mu" && \
|
||||||
make >/dev/null 2>&1 && \
|
make >/dev/null 2>&1 && \
|
||||||
echo "[tgz] Installing mu" && \
|
echo "[tgz] Installing mu" && \
|
||||||
|
|
Loading…
Reference in a new issue