mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
15 lines
276 B
TOML
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
|
|
"""
|