mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
14 lines
333 B
TOML
14 lines
333 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/orbutils.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui"
|
|
cp -rv "${COOKBOOK_SOURCE}/apps" "${COOKBOOK_STAGE}/usr/share/ui/apps"
|
|
|
|
COOKBOOK_CARGO_PATH="orbutils" cookbook_cargo
|
|
COOKBOOK_CARGO_PATH="launcher" cookbook_cargo
|
|
"""
|