mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
12 lines
296 B
TOML
12 lines
296 B
TOML
[source]
|
|
git = "https://github.com/pop-os/cosmic-files.git"
|
|
branch = "master"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo --no-default-features --features winit
|
|
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
|
|
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/20_cosmic-files"
|
|
"""
|