mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
11 lines
350 B
TOML
11 lines
350 B
TOML
#TODO not compiled or tested
|
|
# build instructions - https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/INSTALL?view=markup
|
|
[source]
|
|
tar = "https://dl2.cdn.filezilla-project.org/libfilezilla/libfilezilla-0.48.1.tar.xz?h=ABnRzj5uctW-vLCfNWW5mQ&x=1722822577"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libnettle",
|
|
"gnutls3",
|
|
]
|