mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
15 lines
257 B
TOML
15 lines
257 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
|
|
script = """
|
|
./bootstrap \
|
|
--skip-po \
|
|
--force \
|
|
--gnulib-srcdir=./gnulib
|
|
"""
|
|
|
|
[build]
|
|
template = "configure"
|