mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
190edf16fc
commit
ca8a2c433c
5
recipes/wip/dev/loco/recipe.toml
Normal file
5
recipes/wip/dev/loco/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/loco-rs/loco"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/tools/posixutils-rs/recipe.toml
Normal file
9
recipes/wip/tools/posixutils-rs/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rustcoreutils/posixutils-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages calc datetime dev display file \
|
||||
fs misc pathnames plib process screen sys text tree users xform
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user