mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
13 lines
256 B
TOML
13 lines
256 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
git = "https://github.com/RastislavKish/clipshare"
|
|
rev = "2afa9c5af1a5ebaa6e1e372da6e01a289d31fdb3"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"xdotool",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages desktop_client
|
|
"""
|