mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
12 lines
253 B
TOML
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
|
|
"""
|