Add more recipes

This commit is contained in:
Jeremy Soller 2020-05-21 12:50:53 -06:00
parent 5b47f0e63e
commit 563398f5c1
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
3 changed files with 15 additions and 0 deletions

View File

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

View File

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

5
recipes/ipcd/recipe.toml Normal file
View File

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