mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
10 lines
153 B
TOML
10 lines
153 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/findutils.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_cargo --bin find
|
|
"""
|