mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
13 lines
283 B
TOML
13 lines
283 B
TOML
#TODO missing script for building, see https://espanso.org/docs/install/linux/#wayland-compile
|
|
#TODO port to orbital?
|
|
[source]
|
|
git = "https://github.com/espanso/espanso"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libxkbcommon",
|
|
"dbus",
|
|
"wxwidgets3",
|
|
"openssl1",
|
|
]
|