mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
19 lines
363 B
TOML
19 lines
363 B
TOML
#TODO can build, not tested
|
|
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/libtool"
|
|
branch = "v2.5.4-redox"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
|
./bootstrap \
|
|
--skip-po \
|
|
--force \
|
|
--gnulib-srcdir=./gnulib
|
|
COOKBOOK_CONFIGURE="./configure"
|
|
cookbook_configure
|
|
"""
|