Update and rename minetest-data recipe to luanti-data

This commit is contained in:
Ribbon 2026-02-17 18:27:12 -03:00
parent cafac79ba4
commit 45c5c0fd04
2 changed files with 10 additions and 10 deletions

View File

@ -0,0 +1,10 @@
#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
"""

View File

@ -1,10 +0,0 @@
#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
"""