mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
Add recipes
This commit is contained in:
parent
cc58d96c6f
commit
2afdaac5be
6
recipes/wip/analysis/flowgger/recipe.toml
Normal file
6
recipes/wip/analysis/flowgger/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://github.com/awslabs/flowgger/wiki/Installation
|
||||
[source]
|
||||
git = "https://github.com/awslabs/flowgger"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/data-integrity/rapidhash/recipe.toml
Normal file
8
recipes/wip/data-integrity/rapidhash/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/hoxxep/rapidhash"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages rapidhash
|
||||
"""
|
||||
10
recipes/wip/demos/iocraft/recipe.toml
Normal file
10
recipes/wip/demos/iocraft/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ccbrown/iocraft"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples borders calculator counter \
|
||||
fullscreen hello_world overlap progress_bar scrolling \
|
||||
table use_input use_output weather
|
||||
"""
|
||||
9
recipes/wip/demos/rustui/recipe.toml
Normal file
9
recipes/wip/demos/rustui/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/broccolingual/rustui"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples hello_world colors inputs file_reader
|
||||
cookbook_cargo_packages tetris
|
||||
"""
|
||||
8
recipes/wip/dev/lang/tur/recipe.toml
Normal file
8
recipes/wip/dev/lang/tur/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rezigned/tur"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages tur-cli tur-tui
|
||||
"""
|
||||
8
recipes/wip/fuse/lis/recipe.toml
Normal file
8
recipes/wip/fuse/lis/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/riffcc/lis"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libfuse3",
|
||||
]
|
||||
5
recipes/wip/image/converters/dipc/recipe.toml
Normal file
5
recipes/wip/image/converters/dipc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/doprz/dipc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/p2p/dumbpipe/recipe.toml
Normal file
5
recipes/wip/net/p2p/dumbpipe/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/n0-computer/dumbpipe"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/remote/zeco/recipe.toml
Normal file
5
recipes/wip/net/remote/zeco/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/julianbuettner/zeco"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/server/vproxy/recipe.toml
Normal file
5
recipes/wip/net/server/vproxy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/0x676e67/vproxy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user