add recipes

This commit is contained in:
Ribbon 2024-02-28 21:37:08 +00:00
parent 0f2eccb10b
commit fdae16683c
8 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/YJDoc2/8086-Emulator"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/RIP-Comm/clementine"
[build]
template = "cargo"

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

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/mvdnes/rboy"
[build]
template = "cargo"

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

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

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

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/sha0coder/scemu"
[build]
template = "cargo"