# # The ubiquitous text editor (huge version, with X11 support). # # Vim is a highly configurable text editor built to make creating and # changing any kind of text very efficient. It is included as "vi" # with most UNIX systems and with Apple OS X. # # For more information, visit: https://www.vim.org # 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=vim-huge pkgversion=9.0.1388 arch=amd64 release=1 pkgcategory="x-apps" full_pkgname=vim-huge_9.0.1388_amd64-1@x-apps blurb="The ubiquitous text editor (huge version, with X11 support)." homepage="https://www.vim.org" license="Custom" fetch="https://github.com/vim/vim/archive/v9.0.1388/vim-9.0.1388.tar.gz" replace="vim-tiny"