mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Add recipes
This commit is contained in:
parent
7ecf10ccfb
commit
2dbf5a3944
5
recipes/wip/net/download/curlio/recipe.toml
Normal file
5
recipes/wip/net/download/curlio/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Kei-K23/curlio"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/diffutils-rs/recipe.toml
Normal file
5
recipes/wip/tools/diffutils-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/uutils/diffutils"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/findutils-rs/recipe.toml
Normal file
5
recipes/wip/tools/findutils-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/uutils/findutils"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user