mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
11 lines
240 B
TOML
11 lines
240 B
TOML
#TODO make libfuse 2.x works
|
|
#TODO probably wrong script, see https://github.com/philipl/pifs#readme
|
|
[source]
|
|
git = "https://github.com/philipl/pifs"
|
|
script = "./autogen.sh"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse2",
|
|
]
|