redox/recipes/wip/tools/weylus/recipe.toml
2024-07-09 00:06:39 +00:00

15 lines
276 B
TOML

#TODO port to orbital
#TODO 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",
]
script = """
cookbook_cargo_packages weylus
"""