redox/recipes/wip/tools/weylus/recipe.toml
2025-11-13 08:56:13 -03:00

29 lines
499 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/H-M-H/Weylus#building
[source]
git = "https://github.com/H-M-H/Weylus"
[build]
template = "custom"
dependencies = [
"pango",
"gstreamer",
"dbus",
"libx11",
"libxext",
"libxft",
"libxinerama",
"libxcursor",
"libxfixes",
"libxtst",
"libxrandr",
"libxcomposite",
"libxv",
"libxi",
"libxrender",
"libdrm",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages weylus
"""