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

12 lines
217 B
TOML

#TODO make the xdotool dependency work
[source]
git = "https://github.com/RastislavKish/clipshare"
[build]
template = "custom"
dependencies = [
"xdotool",
]
script = """
cookbook_cargo_packages desktop_client
"""