mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
19 lines
331 B
TOML
19 lines
331 B
TOML
[source]
|
|
git = "https://github.com/sqlite/sqlite"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}/home/user/sqlite-test"
|
|
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/sqlite-test"
|
|
"""
|
|
|
|
[package]
|
|
dependencies = [
|
|
"gcc13",
|
|
"gnu-binutils",
|
|
"gnu-make",
|
|
"tcl",
|
|
]
|