mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
15 lines
381 B
TOML
15 lines
381 B
TOML
#TODO not compiled or tested
|
|
#TODO maybe incomplete configuration
|
|
# build instructions - https://github.com/johang/btfs#building-from-git-on-a-recent-debianubuntu
|
|
[source]
|
|
git = "https://github.com/johang/btfs"
|
|
rev = "2b372f4596df3ff97e3b39d58b144a7cbfff012a"
|
|
script = "autoreconf -i"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"libtorrent",
|
|
"curl",
|
|
]
|