redox/recipes/games/openttd-opengfx/recipe.toml
2026-05-30 12:15:03 +07:00

10 lines
280 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/openttd-opengfx.git"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/usr/share/games/openttd/baseset/opengfx"
cp -Rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/usr/share/games/openttd/baseset/opengfx"
"""