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