# # Terminal multiplexer. # # Tmux is a "terminal multiplexer", it enables a number of terminals # (or windows) to be accessed and controlled from a single terminal. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=tmux pkgversion=3.3a arch=amd64 release=1 pkgcategory="tools" full_pkgname=tmux_3.3a_amd64-1@tools blurb="Terminal multiplexer." homepage="https://tmux.github.io/" license="ISC License" fetch="https://github.com/tmux/tmux/releases/download/3.3a/tmux-3.3a.tar.gz" replace=""