Update .conduit.yaml to build from source
This commit is contained in:
parent
f3752929e2
commit
cc688392da
@ -1,7 +1,15 @@
|
|||||||
---
|
---
|
||||||
- location: ~/.config/tmux
|
- location: ~/.config/tmux
|
||||||
- apt:
|
- apt:
|
||||||
- tmux
|
- libevent-dev
|
||||||
|
- ncurses-dev
|
||||||
- xsel
|
- 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:
|
- symlink:
|
||||||
- {src: tmux.conf, dst: ~/.tmux.conf}
|
- {src: tmux.conf, dst: ~/.tmux.conf}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user