mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
11 lines
298 B
TOML
11 lines
298 B
TOML
#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
|
|
"""
|