add new configuration scheme for packages
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
neovim:
|
||||
version: v0.11.2
|
||||
version: "{{ _pkgversion_neovim }}"
|
||||
build_type: Release
|
||||
clean_install: false
|
||||
git_repo: https://github.com/neovim/neovim
|
||||
git_branch: v0.11.2
|
||||
git_branch: "{{ _gitbranch_neovim }}"
|
||||
appimage:
|
||||
base_url: https://github.com/neovim/neovim/releases/download
|
||||
link_name: nvim
|
||||
|
||||
Reference in New Issue
Block a user