mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
11 lines
221 B
TOML
11 lines
221 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/cybernoid/archivemount"
|
|
rev = "78c306538065de9b14f48cfc2024f50f843d3b29"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse2",
|
|
"libarchive",
|
|
]
|