mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
16 lines
300 B
TOML
Executable File
16 lines
300 B
TOML
Executable File
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/rustual-boy.git"
|
|
upstream = "https://github.com/emu-rs/rustual-boy.git"
|
|
branch = "redox"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/rustual-boy-cli"
|
|
cookbook_cargo
|
|
"""
|
|
|
|
[package]
|
|
dependencies = [
|
|
"orbital",
|
|
] |