Add more cargo recipes

This commit is contained in:
Jeremy Soller 2020-05-21 11:16:58 -06:00
parent b2a6066871
commit 2ea2a056ed
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/audiod.git"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/contain.git"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/coreutils.git"
[build]
template = "cargo"

View 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
View File

@ -0,0 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/init.git"
[build]
template = "cargo"