redox/recipes/wip/games/data/luanti-data/recipe.toml

11 lines
298 B
TOML

#TODO not tested
[source]
git = "https://github.com/luanti-org/minetest_game"
shallow_clone = true
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/luanti/games/minetest_game
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/luanti/games/minetest_game
"""