mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
13 lines
323 B
TOML
13 lines
323 B
TOML
#TODO not compiled or tested
|
|
#TODO missing dependencies
|
|
# build instructions: https://github.com/alperakcan/fuse-ext2#building
|
|
[source]
|
|
git = "https://github.com/alperakcan/fuse-ext2"
|
|
rev = "ae35afb9ab08d87c66c1e021df792b3a7c4308b0"
|
|
script = "./autogen.sh"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse2",
|
|
]
|