updated src builds
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
- name: Clone git repository
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
depth: 1
|
||||
dest: "{{ d_tempdir.path }}/uwsm"
|
||||
repo: "{{ uwsm.repo }}"
|
||||
version: "v{{ uwsm.vers }}"
|
||||
|
||||
- name: Build uwsm
|
||||
- name: Build {{ pkg }}
|
||||
ansible.builtin.command:
|
||||
creates: "{{ d_tempdir.path }}/uwsm/build"
|
||||
chdir: "{{ d_tempdir.path }}/uwsm"
|
||||
@@ -18,7 +18,7 @@
|
||||
- -Duwsm-app=enabled
|
||||
- build
|
||||
|
||||
- name: Install uwsm
|
||||
- name: Install {{ pkg }}
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
creates: "{{ hyprland.prefix }}/bin/uwsm"
|
||||
|
||||
Reference in New Issue
Block a user