add new configuration scheme for packages

This commit is contained in:
Matthew Stobbs
2025-10-13 11:25:34 -06:00
parent 6662db25db
commit 5b695f35f2
2 changed files with 6 additions and 2 deletions

View File

@@ -32,3 +32,7 @@ package_default_clean_src: false
## Extra config that usually will not need to be changed
hyprgitbase: https://github.com/hyprwm
# neovim configuration
_pkgversion_neovim: v0.11.2
_gitbranch_neovim: v0.11.2

View File

@@ -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