mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add recipes
This commit is contained in:
parent
430fe8b190
commit
d9bcdb8011
5
recipes/wip/dev/cargo-binutils/recipe.toml
Normal file
5
recipes/wip/dev/cargo-binutils/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-embedded/cargo-binutils"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/dtool/recipe.toml
Normal file
5
recipes/wip/dev/dtool/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/guoxbin/dtool"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/kickstart/recipe.toml
Normal file
5
recipes/wip/dev/kickstart/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Keats/kickstart"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/license-generator/recipe.toml
Normal file
5
recipes/wip/dev/license-generator/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/azu/license-generator"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/svd2rust/recipe.toml
Normal file
5
recipes/wip/dev/svd2rust/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-embedded/svd2rust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/graphics/flowbetween/recipe.toml
Normal file
11
recipes/wip/graphics/flowbetween/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/graphics/rimage/recipe.toml
Normal file
5
recipes/wip/graphics/rimage/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SalOne22/rimage"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/diffy/recipe.toml
Normal file
5
recipes/wip/tools/diffy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bmwill/diffy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/hl/recipe.toml
Normal file
5
recipes/wip/tools/hl/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pamburus/hl"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/minmon/recipe.toml
Normal file
5
recipes/wip/tools/minmon/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/flo-at/minmon"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/tl-rs/recipe.toml
Normal file
5
recipes/wip/tools/tl-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/NewDawn0/tl"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user