mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
add recipes
This commit is contained in:
parent
0f2eccb10b
commit
fdae16683c
5
recipes/wip/emulators/8086-emulator/recipe.toml
Normal file
5
recipes/wip/emulators/8086-emulator/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/YJDoc2/8086-Emulator"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/emulators/clementine/recipe.toml
Normal file
5
recipes/wip/emulators/clementine/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/RIP-Comm/clementine"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/emulators/martypc/recipe.toml
Normal file
9
recipes/wip/emulators/martypc/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO maybe wrong script, see https://github.com/dbalsom/martypc/blob/version_0_2_0/BUILDING.md#building-for-linux
|
||||
[source]
|
||||
git = "https://github.com/dbalsom/martypc"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cd install
|
||||
cookbook_cargo
|
||||
"""
|
||||
5
recipes/wip/emulators/rboy/recipe.toml
Normal file
5
recipes/wip/emulators/rboy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mvdnes/rboy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/emulators/rust-u2f/recipe.toml
Normal file
6
recipes/wip/emulators/rust-u2f/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing script for GNU Make, see https://github.com/danstiner/rust-u2f#building
|
||||
#TODO missing service for Redox
|
||||
[source]
|
||||
git = "https://github.com/danstiner/rust-u2f"
|
||||
[build]
|
||||
template = "custom"
|
||||
11
recipes/wip/emulators/rustzx/recipe.toml
Normal file
11
recipes/wip/emulators/rustzx/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rustzx/rustzx"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages rustzx
|
||||
"""
|
||||
8
recipes/wip/emulators/rvemu/recipe.toml
Normal file
8
recipes/wip/emulators/rvemu/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/d0iasm/rvemu"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages rvemu-cli
|
||||
"""
|
||||
5
recipes/wip/emulators/scemu/recipe.toml
Normal file
5
recipes/wip/emulators/scemu/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sha0coder/scemu"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user