working on more package, almost done
This commit is contained in:
@@ -90,8 +90,10 @@
|
||||
- name: Set ghostty facts
|
||||
ansible.builtin.set_fact:
|
||||
ghostty:
|
||||
version: "{{ ghostty_version | default(ghostty.version) }}"
|
||||
methods: "{{ ghostty[distribution].methods | default(_methods['default']) }}"
|
||||
source_url: "{{ ghostty.base_url }}/{{ ghostty.version }}/ghostty-{{ ghostty.version }}.tar.gz"
|
||||
archive: "ghostty-{{ ghostty.version }}.tar.gz"
|
||||
pkg_deps: "{{ ghostty[distribution].pkg_deps | default(omit) }}"
|
||||
build_deps: "{{ ghostty[distribution].build_deps | default(ghostty.default.build_deps) }}"
|
||||
|
||||
@@ -122,7 +124,15 @@
|
||||
|
||||
- name: Configure ghostty zig install
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
ghostty_source_install:
|
||||
name: ghostty
|
||||
source_path: "{{ path_archive }}/ghostty/ghostty-{{ ghostty.version }}"
|
||||
archive:
|
||||
extract_to: "{{ path_archive }}/ghostty"
|
||||
name: "{{ ghostty.archive }}"
|
||||
url: "{{ ghostty.source_url }}"
|
||||
build_flags:
|
||||
- "-Doptimize=ReleaseFast"
|
||||
|
||||
- name: Configure ghostty appimage install
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user