mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
12 lines
274 B
TOML
12 lines
274 B
TOML
[source]
|
|
git = "https://github.com/pop-os/cosmic-term.git"
|
|
branch = "master"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo --no-default-features
|
|
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
|
|
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-term"
|
|
"""
|