mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
12 lines
288 B
TOML
12 lines
288 B
TOML
#TODO not compiled or tested
|
|
#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
|
|
"""
|