updated src builds

This commit is contained in:
Matthew Stobbs
2025-03-16 20:17:28 -06:00
parent 43f539253f
commit bfd3afd353
20 changed files with 128 additions and 128 deletions

View File

@@ -1,15 +1,15 @@
# vim: set filetype=yaml.ansible :
---
- name: Build ghostty from source
- name: Install and build source for {{ pkg }}
block:
- name: Clone ghostty git repository
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
depth: 1
dest: "{{ d_tempdir.path }}/ghostty"
repo: "{{ ghostty.repo }}"
version: "{{ ghostty.vers }}"
- name: Build ghostty
- name: Build {{ pkg }}
become: "{{ ext_become }}"
register: c_ghostty_build
ansible.builtin.command: