add zig installation via tarball

This commit is contained in:
Matthew Stobbs
2025-01-25 21:16:59 -07:00
parent 66eaed6e4b
commit 343765c8a6
16 changed files with 136 additions and 86 deletions

15
vars/ghostty.yml Normal file
View File

@@ -0,0 +1,15 @@
---
version: v1.0.1
git_repo: https://github.com/ghostty-org/ghostty
optimize: ReleaseFast
build: false
become: true
owner: root
group: root
build_deps:
Debian:
- libgtk-4-dev
- libadwaita-1-dev
RedHat:
- gtk4-devel
- libadwaita-devel

View File

@@ -3,7 +3,7 @@
assume_missing_is_syspkg: true
full_upgrade: false
install_state: present
default_confg:
default_config:
install_prefix: /usr/local
become: true
owner: root
@@ -33,6 +33,7 @@ pkgconfig:
go: {}
hashicorp: {}
kitty: {}
ghostty: {}
neovide: {}
neovim: {}
nerdfonts: {}

View File

@@ -1,6 +1,7 @@
---
version: 0.13.0
install_path: /usr/local
install_prefix: /usr/local
install_path: /opt/zig
base_url: https://ziglang.org/download
sysmap:
Darwin: macos