update ghostty

- refactor remaiing source packages to new standard
This commit is contained in:
Matthew Stobbs
2025-03-29 15:21:34 -06:00
parent 5645cc7dd6
commit 59a31858f4
9 changed files with 107 additions and 55 deletions

View File

@@ -24,7 +24,7 @@
git_repo: "{{ pkgconfig.neovim.git_repo }}"
git_path: "{{ d_tempdir.path }}/neovim"
build_type: "{{ pkgconfig.neovim.build_type }}"
clean: "{{ pkgconfig.neovim.clean_install }}"
clean: "{{ pkgconfig_neovim.clean | default(default.clean_src) }}"
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
- name: Set neovim config for appimage install