Skip to content
Snippets Groups Projects
Commit fdae1668 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

add recipes

parent 0f2eccb1
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested
[source]
git = "https://github.com/YJDoc2/8086-Emulator"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/RIP-Comm/clementine"
[build]
template = "cargo"
#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
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/mvdnes/rboy"
[build]
template = "cargo"
#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"
#TODO Not compiled or tested
[source]
git = "https://github.com/rustzx/rustzx"
[build]
template = "custom"
dependencies = [
"sdl2",
]
script = """
cookbook_cargo_packages rustzx
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/d0iasm/rvemu"
[build]
template = "custom"
script = """
cookbook_cargo_packages rvemu-cli
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/sha0coder/scemu"
[build]
template = "cargo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment