mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
11 lines
242 B
TOML
11 lines
242 B
TOML
#TODO missing script for gnu make: https://bitbucket.org/agalanin/fuse-zip/src/master/INSTALL
|
|
[source]
|
|
git = "https://bitbucket.org/agalanin/fuse-zip"
|
|
rev = "0.7.2"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libfuse2",
|
|
"libzip",
|
|
]
|