mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
11 lines
184 B
TOML
11 lines
184 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/pkgutils.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
# Must be statically linked
|
|
COOKBOOK_CARGO_PATH=pkg-cli
|
|
cookbook_cargo
|
|
"""
|