Add recipes

This commit is contained in:
Ribbon 2024-05-07 20:38:18 +00:00
parent 430fe8b190
commit d9bcdb8011
11 changed files with 61 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,11 @@
#TODO maybe missing dependencies, see https://github.com/Logicalshift/flowbetween/blob/master/user_interfaces/gtk_ui/Cargo.toml#L11
[source]
git = "https://github.com/Logicalshift/flowbetween"
[build]
template = "custom"
dependencies = [
"gtk3",
]
script = """
cookbook_cargo --features gtk
"""

View File

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

View File

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

View File

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

View File

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

View File

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