redox/recipes/wip/minetest-data/recipe.toml
2023-12-18 22:37:00 +00:00

11 lines
330 B
TOML

#TODO Not tested
[source]
git = "https://github.com/minetest/minetest_game"
rev = "b9c089474cc343b37f90cb8cefc4b5553af2e9ea"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.minetest/games/minetest_game
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user/.minetest/games/minetest_game
"""