mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
9 lines
261 B
TOML
9 lines
261 B
TOML
#TODO make libfuse work
|
|
#TODO probably missing dependencies
|
|
# build instructions - https://github.com/MajenkoProjects/indexfs/blob/master/INSTALL
|
|
[source]
|
|
git = "https://github.com/MajenkoProjects/indexfs"
|
|
script = "./autogen.sh"
|
|
[build]
|
|
template = "configure"
|