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

12 lines
255 B
TOML

#TODO probably wrong script, see https://github.com/RastislavKish/clipshare#building
[source]
git = "https://github.com/RastislavKish/clipshare"
[build]
template = "custom"
dependencies = [
"xdotool",
]
script = """
cookbook_cargo_packages server
"""