mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
12 lines
254 B
TOML
12 lines
254 B
TOML
#TODO compiled but not 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
|
|
"""
|