packages:
- cmake
- build-essential
repository:
url: https://github.com/neovim/neovim.git
branch: release-0.11
version: 0.11
steps:
- make distclean
- make CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=$PREFIX
- $SUDO make install