mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
12 lines
270 B
TOML
12 lines
270 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://github.com/libimobiledevice/libimobiledevice/releases/download/1.3.0/libimobiledevice-1.3.0.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libtatsu",
|
|
"libplist",
|
|
"libusbmuxd",
|
|
"openssl1",
|
|
]
|