mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add recipes
This commit is contained in:
parent
f379d330b9
commit
c1a4fd7708
5
recipes/wip/ai/rustgpt/recipe.toml
Normal file
5
recipes/wip/ai/rustgpt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tekaratzas/RustGPT"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/demos/firewheel/recipe.toml
Normal file
8
recipes/wip/demos/firewheel/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BillyDM/firewheel"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples beep_test play_sample
|
||||
"""
|
||||
5
recipes/wip/dev/lang/tsuki/recipe.toml
Normal file
5
recipes/wip/dev/lang/tsuki/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ultimaweapon/tsuki"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/other/phantom-ci/recipe.toml
Normal file
5
recipes/wip/dev/other/phantom-ci/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/helloimalemur/phantomci"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user