mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
10 lines
238 B
TOML
10 lines
238 B
TOML
#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
|
|
"""
|