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
9ff009f138
commit
23f9dda6bf
8
recipes/wip/ai/tgs/recipe.toml
Normal file
8
recipes/wip/ai/tgs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/warpy-ai/tgs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libtorch",
|
||||
]
|
||||
5
recipes/wip/games/shooter/asciiarena/recipe.toml
Normal file
5
recipes/wip/games/shooter/asciiarena/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/lemunozm/asciiarena"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/terminal/aarty/recipe.toml
Normal file
5
recipes/wip/graphics/terminal/aarty/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/0x61nas/aarty"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/logging/krapslog/recipe.toml
Normal file
5
recipes/wip/logging/krapslog/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/acj/krapslog-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/players/kronos/recipe.toml
Normal file
5
recipes/wip/players/kronos/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/TrevorSatori/kronos"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/recorders/autocast/recipe.toml
Normal file
5
recipes/wip/recorders/autocast/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/k9withabone/autocast"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/lule/recipe.toml
Normal file
5
recipes/wip/terminal/lule/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/warpwm/lule"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/pipecolor/recipe.toml
Normal file
5
recipes/wip/terminal/pipecolor/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dalance/pipecolor"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/toyterm/recipe.toml
Normal file
5
recipes/wip/terminal/toyterm/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/algon-320/toyterm"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/flowfix/recipe.toml
Normal file
5
recipes/wip/text/flowfix/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/warpwm/flowfix"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/text/syncat/recipe.toml
Normal file
8
recipes/wip/text/syncat/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/foxfriends/syncat"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages syncat
|
||||
"""
|
||||
5
recipes/wip/time/trackie/recipe.toml
Normal file
5
recipes/wip/time/trackie/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/beatbrot/trackie"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user