Add recipes

This commit is contained in:
Ribbon 2024-04-20 18:43:45 +00:00
parent b7b2b9b98e
commit 525e4d5b3d
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/qryxip/cargo-compete"
[build]
template = "cargo"

View File

@ -0,0 +1,11 @@
#TODO maybe missing dependencies
[source]
git = "https://github.com/probe-rs/probe-rs"
[build]
template = "custom"
dependencies = [
"libudev",
]
script = """
cookbook_cargo --features cli
"""

View File

@ -0,0 +1,11 @@
#TODO missing dependencies, see https://github.com/Kl4rry/simp#system-dependencies
[source]
git = "https://github.com/Kl4rry/simp"
rev = "195b2ef334e4c72ba8f44ee8af9f5cc0c259cc52"
[build]
template = "cargo"
dependencies = [
"gtk3",
"openssl1",
"libxkbcommon",
]

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rustdesk/rustdesk-server"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dsprenkels/sss-cli"
[build]
template = "cargo"