redox/recipes/wip/games/data/minetest-data/recipe.toml
2024-06-26 03:32:59 +00:00

11 lines
328 B
TOML

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