organizing for go pkg installs

This commit is contained in:
Matthew Stobbs
2025-02-12 16:57:28 -07:00
parent a3df5215b8
commit c73ac46bc8
31 changed files with 431 additions and 396 deletions

21
vars/pkgs/neovide.yml Normal file
View File

@@ -0,0 +1,21 @@
neovide:
git_repo: https://github.com/neovide/neovide.git
build_deps:
RedHat:
- fontconfig-devel
- freetype-devel
- libX11-xcb
- libX11-devel
- libstdc++-static
- libstdc++-devel
- "@Development Tools"
- "@Development Libraries"
Debian:
- fontconfig-devel
- freetype-devel
- libX11-xcb
- libX11-devel
- libstdc++-static
- libstdc++-devel
- "@Development Tools"
- "@Development Libraries"