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_source_tools:
|
||||
- name: st
|
||||
repo: https://codeberg.org/fscotto/st
|
||||
build_cmd: make
|
||||
binary_name: st
|
||||
install_name: st
|
||||
- name: gf
|
||||
repo: https://github.com/nakst/gf.git
|
||||
build_cmd: ./build.sh
|
||||
binary_name: gf2
|
||||
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
|
||||
repo: https://github.com/AlexsJones/llmfit
|
||||
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:
|
||||
- 7zip
|
||||
- NetworkManager
|
||||
|
||||
Reference in New Issue
Block a user