redox/recipes/wip/games/data/crosshare-data/recipe.toml
2025-11-06 03:55:10 -03:00

11 lines
317 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/crosshare-org/crosshare"
shallow_clone = true
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/usr/share/crosshare-data"
cp -rv "${COOKBOOK_SOURCE}"/app/__tests__/converter/puz/*.puz "${COOKBOOK_STAGE}/usr/share/crosshare-data"
"""