mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Add recipes
This commit is contained in:
parent
8e18563bf9
commit
cc929eb183
8
recipes/wip/demos/pipes-rs/recipe.toml
Normal file
8
recipes/wip/demos/pipes-rs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/lhvy/pipes-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages pipe-rs
|
||||
"""
|
||||
8
recipes/wip/demos/spinners/recipe.toml
Normal file
8
recipes/wip/demos/spinners/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/FGRibreau/spinners"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples cycle simple stop_persist stop_symbol timer
|
||||
"""
|
||||
8
recipes/wip/demos/spinoff/recipe.toml
Normal file
8
recipes/wip/demos/spinoff/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ad4mx/spinoff"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples simple stop_and_persist stream
|
||||
"""
|
||||
8
recipes/wip/science/wthrr/recipe.toml
Normal file
8
recipes/wip/science/wthrr/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ttytm/wthrr-the-weathercrab"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
5
recipes/wip/sys-info/bb/recipe.toml
Normal file
5
recipes/wip/sys-info/bb/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/epilys/bb"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/thokr/recipe.toml
Normal file
5
recipes/wip/terminal/thokr/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jrnxf/thokr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/csview/recipe.toml
Normal file
5
recipes/wip/text/csview/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wfxr/csview"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/fsrx/recipe.toml
Normal file
5
recipes/wip/text/fsrx/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jrnxf/fsrx"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/jt/recipe.toml
Normal file
5
recipes/wip/text/jt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/shashwatah/jot"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/md-tui/recipe.toml
Normal file
5
recipes/wip/text/md-tui/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/henriklovhaug/md-tui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tui/projectable/recipe.toml
Normal file
5
recipes/wip/tui/projectable/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dzfrias/projectable"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user