mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
add recipes
This commit is contained in:
parent
7e2b522b27
commit
66d16a6659
5
recipes/wip/dev/cargo-hack/recipe.toml
Normal file
5
recipes/wip/dev/cargo-hack/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/taiki-e/cargo-hack"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-machete/recipe.toml
Normal file
5
recipes/wip/dev/cargo-machete/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bnjbvr/cargo-machete"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/wrecc/recipe.toml
Normal file
5
recipes/wip/dev/wrecc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/PhilippRados/wrecc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/sound/asak/recipe.toml
Normal file
5
recipes/wip/sound/asak/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/chaosprint/asak"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/tools/objdiff/recipe.toml
Normal file
8
recipes/wip/tools/objdiff/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/encounter/objdiff"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages objdiff-gui
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user