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
fdae16683c
commit
def586a5a1
8
recipes/wip/emulators/meru/recipe.toml
Normal file
8
recipes/wip/emulators/meru/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tanakh/meru"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages meru
|
||||
"""
|
||||
8
recipes/wip/emulators/mipsy/recipe.toml
Normal file
8
recipes/wip/emulators/mipsy/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/insou22/mipsy"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages mipsy
|
||||
"""
|
||||
12
recipes/wip/emulators/rustboy-advance-ng/recipe.toml
Normal file
12
recipes/wip/emulators/rustboy-advance-ng/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/michelhe/rustboyadvance-ng"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"sdl2-image",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages rustboyadvance-sdl2
|
||||
"""
|
||||
8
recipes/wip/emulators/wie/recipe.toml
Normal file
8
recipes/wip/emulators/wie/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dlunch/wie"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages wie_cli
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user