mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
12 lines
312 B
TOML
12 lines
312 B
TOML
#TODO compile and test
|
|
[source]
|
|
git = "https://github.com/Tencent/rapidjson"
|
|
rev = "24b5e7a8b27f42fa16b96fc70aade9106cf7102f"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}/usr/include"
|
|
cp -rv "${COOKBOOK_SOURCE}"/include/rapidjson "${COOKBOOK_STAGE}/usr/include"
|
|
"""
|