mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
11 lines
328 B
TOML
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
|
|
"""
|