environment/recipes/nvim.yml

14 lines
249 B
YAML
Raw Normal View History

2025-08-01 12:52:57 +02:00
packages:
- cmake
- build-essential
repository:
url: https://github.com/neovim/neovim.git
branch: release-0.11
2025-08-08 07:55:29 +02:00
version: 0.11
2025-08-01 12:52:57 +02:00
steps:
- make distclean
2025-08-08 07:55:29 +02:00
- make CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=$PREFIX
- $SUDO make install