From cc688392da6d4defe46d88736c476da06b834ebc Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 16 Aug 2018 11:05:30 +0100 Subject: [PATCH] Update .conduit.yaml to build from source --- .conduit.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.conduit.yaml b/.conduit.yaml index 1fb6b2b..cd30a69 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -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}