orbterm: install manifest

This commit is contained in:
Jeremy Soller 2024-04-01 10:17:38 -06:00
parent 42f8282839
commit ad787d52a0
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -4,6 +4,9 @@ git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/ui"
cp -rv "${COOKBOOK_SOURCE}/apps" "${COOKBOOK_STAGE}/ui/apps"
"${COOKBOOK_CARGO}" install \
--path "${COOKBOOK_SOURCE}" \
--root "${COOKBOOK_STAGE}/usr" \