redox/recipes/wip/libs/other/libtool/recipe.toml
2025-09-12 15:39:51 -06:00

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"