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 -"""