redox/recipes/wip/libs/other/libplist/recipe.toml
2024-09-20 00:49:05 +00:00

12 lines
253 B
TOML

#TODO not compiled or tested
[source]
tar = "https://github.com/libimobiledevice/libplist/releases/download/2.6.0/libplist-2.6.0.tar.bz2"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-cython
)
cookbook_configure
"""