rocm-runtime is not a real Arch package name. ORT links ONNX Runtime statically and falls back to CPU — ROCm should not block install. Required: gtk4, gtk4-layer-shell only. Optional: rocm-hip-runtime (GPU inference), ollama (AI fallback), hyprland.
15 lines
406 B
TOML
15 lines
406 B
TOML
name = "breadpad"
|
|
description = "Quick-capture scratchpad and note viewer with AI classification"
|
|
binaries = ["breadpad", "breadman"]
|
|
system_deps = ["gtk4", "gtk4-layer-shell"]
|
|
optional_system_deps = ["rocm-hip-runtime", "ollama", "hyprland"]
|
|
bread_deps = []
|
|
|
|
[config]
|
|
dir = "~/.config/breadpad"
|
|
example = "breadpad.example.toml"
|
|
|
|
[install]
|
|
post_install = [
|
|
"mkdir -p ~/.local/share/breadpad/model",
|
|
]
|