mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
309 B
TOML
13 lines
309 B
TOML
#TODO missing script for building, see https://espanso.org/docs/install/linux/#wayland-compile
|
|
[source]
|
|
git = "https://github.com/espanso/espanso"
|
|
rev = "b421bcf73fa13506938d62425459d6c16c6a8d0a"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libxkbcommon",
|
|
"dbus",
|
|
"wxwidgets3",
|
|
"openssl1",
|
|
]
|