redox/recipes/tools/periodictable/recipe.toml
2025-11-17 11:06:16 +07:00

18 lines
436 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/periodictable.git"
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_SOURCE}/pkg/manifest" "${COOKBOOK_STAGE}/ui/apps/periodictable"
mkdir -pv "${COOKBOOK_STAGE}/ui/icons"
cp -v "${COOKBOOK_SOURCE}/pkg/icon.png" "${COOKBOOK_STAGE}/ui/icons/periodictable.png"
"""
[package]
dependencies = [
"orbital",
]