mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
10 lines
216 B
TOML
10 lines
216 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://github.com/libimobiledevice/libtatsu/releases/download/1.0.3/libtatsu-1.0.3.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libplist",
|
|
"curl",
|
|
]
|