mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Move st to Void-only source tools, remove bookokrat
- bookokrat removed completely from desktop_source_tools - st moved from common to desktop_void_source_tools (Void-only; uses X11/make) - Build task loop extended to include desktop_void_source_tools on Void Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,22 +8,11 @@ desktop_default_session: i3
|
|||||||
desktop_default_session_env: xorg
|
desktop_default_session_env: xorg
|
||||||
|
|
||||||
desktop_source_tools:
|
desktop_source_tools:
|
||||||
- name: st
|
|
||||||
repo: https://codeberg.org/fscotto/st
|
|
||||||
build_cmd: make
|
|
||||||
binary_name: st
|
|
||||||
install_name: st
|
|
||||||
- name: gf
|
- name: gf
|
||||||
repo: https://github.com/nakst/gf.git
|
repo: https://github.com/nakst/gf.git
|
||||||
build_cmd: ./build.sh
|
build_cmd: ./build.sh
|
||||||
binary_name: gf2
|
binary_name: gf2
|
||||||
install_name: gf
|
install_name: gf
|
||||||
- name: bookokrat
|
|
||||||
repo: https://github.com/bugzmanov/bookokrat
|
|
||||||
build_cmd: cargo build --release
|
|
||||||
binary_name: bookokrat
|
|
||||||
install_name: bookokrat
|
|
||||||
build_output_path: target/release/bookokrat
|
|
||||||
- name: llmfit
|
- name: llmfit
|
||||||
repo: https://github.com/AlexsJones/llmfit
|
repo: https://github.com/AlexsJones/llmfit
|
||||||
build_cmd: cargo build --release
|
build_cmd: cargo build --release
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
desktop_void_source_tools:
|
||||||
|
- name: st
|
||||||
|
repo: https://codeberg.org/fscotto/st
|
||||||
|
build_cmd: make
|
||||||
|
binary_name: st
|
||||||
|
install_name: st
|
||||||
|
|
||||||
void_packages_base:
|
void_packages_base:
|
||||||
- 7zip
|
- 7zip
|
||||||
- NetworkManager
|
- NetworkManager
|
||||||
|
|||||||
@@ -541,8 +541,8 @@
|
|||||||
file: source_tool.yml
|
file: source_tool.yml
|
||||||
apply:
|
apply:
|
||||||
tags: [packages]
|
tags: [packages]
|
||||||
loop: "{{ desktop_source_tools }}"
|
loop: "{{ desktop_source_tools + (desktop_void_source_tools | default([])) }}"
|
||||||
when: desktop_source_tools | length > 0
|
when: (desktop_source_tools + (desktop_void_source_tools | default([]))) | length > 0
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: source_tool
|
loop_var: source_tool
|
||||||
label: "{{ source_tool.name }}"
|
label: "{{ source_tool.name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user