redox/recipes/wip/services/runst/recipe.toml
2025-11-13 06:12:04 -03:00

14 lines
194 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/orhun/runst"
[build]
template = "custom"
dependencies = [
"glib",
"pango",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""