Files
AeroPkg/assets/var/gnu/vim.md

10 lines
172 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
vim
=
https://github.com/vim/vim/archive/refs/tags/v9.2.0780.tar.gz
``` sh *** build ***
./configure --prefix=$pkgpath --with-tlib=tinfo
make -j$(nproc)
make install
```