redox/recipes/wip/tui/termscp/recipe.toml
2024-02-18 01:07:00 +00:00

13 lines
233 B
TOML

#TODO make dbus work
[source]
git = "https://github.com/veeso/termscp"
rev = "ef8dbb6305fd1573446a254b9be759a1f13724af"
[build]
template = "custom"
dependencies = [
"dbus",
]
script = """
cookbook_cargo --no-default-features
"""