mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
12 lines
255 B
TOML
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
|
|
"""
|