redox/recipes/tools/periodictable/recipe.toml
2026-01-29 05:25:12 +07:00

18 lines
470 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}/usr/share/ui/apps"
cp -v "${COOKBOOK_SOURCE}/pkg/manifest" "${COOKBOOK_STAGE}/usr/share/ui/apps/periodictable"
mkdir -pv "${COOKBOOK_STAGE}/usr/share/icons"
cp -v "${COOKBOOK_SOURCE}/pkg/icon.png" "${COOKBOOK_STAGE}/usr/share/icons/periodictable.png"
"""
[package]
dependencies = [
"orbital",
]