# # st is a simple terminal implementation for X. # # It supports: # * most VT10X escape sequences # * serial line support # * XIM support # * utmp via utmp(1) # * clipboard handling # * mouse and keyboard shortcuts (via config.h) # * UTF-8 # * wide-character support # * resize # * 256 colors and true colors # * antialiased fonts (using fontconfig) # * fallback fonts # * line drawing # 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=st pkgversion=0.9 arch=amd64 release=1 pkgcategory="x-apps" full_pkgname=st_0.9_amd64-1@x-apps blurb="st is a simple terminal implementation for X." homepage="https://st.suckless.org" license="MIT X Consortium" fetch="https://dl.suckless.org/st/st-0.9.tar.gz" replace=""