Fix and cleanup the kingslayer recipe

This commit is contained in:
Ribbon 2025-06-08 19:58:31 -03:00
parent ba3a684587
commit 418795d801

View File

@ -2,9 +2,4 @@
[source]
git = "https://github.com/Zaechus/kingslayer"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/kingslayer
cp -rv "${COOKBOOK_SOURCE}"/worlds/* "${COOKBOOK_STAGE}"/usr/share/kingslayer
cookbook_cargo
"""
template = "cargo"