mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add recipes
This commit is contained in:
parent
a38b5749d7
commit
5c73c57874
8
recipes/wip/demos/rootvg/recipe.toml
Normal file
8
recipes/wip/demos/rootvg/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/MeadowlarkDAW/rootvg"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples demo
|
||||
"""
|
||||
5
recipes/wip/emulators/cpu/6502-emulator/recipe.toml
Normal file
5
recipes/wip/emulators/cpu/6502-emulator/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ArchUsr64/6502_emulator"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/terminal/blockpaint/recipe.toml
Normal file
5
recipes/wip/graphics/terminal/blockpaint/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wooster0/blockpaint"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/terminal/img2text/recipe.toml
Normal file
5
recipes/wip/graphics/terminal/img2text/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/yvt/img2text"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user