add recipes

This commit is contained in:
Ribbon 2024-02-29 00:31:17 +00:00
parent fdae16683c
commit def586a5a1
4 changed files with 36 additions and 0 deletions

View 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
"""

View 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
"""

View 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
"""

View 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
"""