mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
11 lines
238 B
TOML
11 lines
238 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://github.com/libimobiledevice/ifuse/releases/download/1.1.4/ifuse-1.1.4.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"libplist",
|
|
"libimobiledevice",
|
|
]
|