mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
10 lines
263 B
TOML
10 lines
263 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/dbalsom/martypc/wiki/Building-MartyPC#building-for-linux
|
|
[source]
|
|
git = "https://github.com/dbalsom/martypc"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages martypc_eframe
|
|
"""
|