mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
12 lines
283 B
TOML
12 lines
283 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"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
./autogen.sh
|
|
cookbook_configure
|
|
"""
|