tmux 3.7 = https://github.com/tmux/tmux/releases/download/3.7/tmux-3.7.tar.gz ``` sh *** build *** ./configure --prefix=$pkgpath make -j$(nproc) make install ``` ``` cfg *** build deps *** libevent ```