From 45c5c0fd04984cfb28ebd7dd18c929d9bad2bb94 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 17 Feb 2026 18:27:12 -0300 Subject: [PATCH] Update and rename minetest-data recipe to luanti-data --- recipes/wip/games/data/luanti-data/recipe.toml | 10 ++++++++++ recipes/wip/games/data/minetest-data/recipe.toml | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 recipes/wip/games/data/luanti-data/recipe.toml delete mode 100644 recipes/wip/games/data/minetest-data/recipe.toml diff --git a/recipes/wip/games/data/luanti-data/recipe.toml b/recipes/wip/games/data/luanti-data/recipe.toml new file mode 100644 index 000000000..4a141d393 --- /dev/null +++ b/recipes/wip/games/data/luanti-data/recipe.toml @@ -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 +""" diff --git a/recipes/wip/games/data/minetest-data/recipe.toml b/recipes/wip/games/data/minetest-data/recipe.toml deleted file mode 100644 index eebc00114..000000000 --- a/recipes/wip/games/data/minetest-data/recipe.toml +++ /dev/null @@ -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 -"""