redox/recipes/wip/terminal/so/recipe.toml
2024-07-14 19:16:48 +00:00

9 lines
184 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/samtay/so"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features --features termion-backend
"""