add zig installation via tarball
This commit is contained in:
15
vars/ghostty.yml
Normal file
15
vars/ghostty.yml
Normal 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
|
||||
@@ -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: {}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user