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