mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Update and rename minetest-data recipe to luanti-data
This commit is contained in:
parent
cafac79ba4
commit
45c5c0fd04
10
recipes/wip/games/data/luanti-data/recipe.toml
Normal file
10
recipes/wip/games/data/luanti-data/recipe.toml
Normal 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
|
||||
"""
|
||||
@ -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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user