mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
9 lines
214 B
TOML
9 lines
214 B
TOML
#TODO probably wrong script, see https://github.com/p-e-w/ternimal#building
|
|
[source]
|
|
git = "https://github.com/p-e-w/ternimal"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
rustc -O "${COOKBOOK_SOURCE}"/ternimal.rs
|
|
"""
|