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