mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Add more cargo recipes
This commit is contained in:
parent
b2a6066871
commit
2ea2a056ed
5
recipes/audiod/recipe.toml
Normal file
5
recipes/audiod/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/audiod.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/contain/recipe.toml
Normal file
5
recipes/contain/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/contain.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/coreutils/recipe.toml
Normal file
5
recipes/coreutils/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/coreutils.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/extrautils/recipe.toml
Normal file
8
recipes/extrautils/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/extrautils.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"xz"
|
||||
]
|
||||
5
recipes/init/recipe.toml
Normal file
5
recipes/init/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/init.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user