Update .conduit.yaml to build from source

This commit is contained in:
Kenneth Benzie 2018-08-16 11:05:30 +01:00
parent f3752929e2
commit cc688392da

View File

@ -1,7 +1,15 @@
---
- location: ~/.config/tmux
- apt:
- tmux
- libevent-dev
- ncurses-dev
- xsel
- repo:
- url: 'https://github.com/tmux/tmux.git'
location: ~/.local/src/tmux
branch: 2.6
actions:
- command: ./configure --prefix=$HOME/.local
- command: {install: make -j8 install, remove: make uninstall}
- symlink:
- {src: tmux.conf, dst: ~/.tmux.conf}