mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
13 lines
322 B
TOML
13 lines
322 B
TOML
#TODO not compiled or tested
|
|
# build instructions - https://github.com/phatina/simple-mtpfs/blob/master/INSTALL
|
|
[source]
|
|
git = "https://github.com/phatina/simple-mtpfs"
|
|
rev = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
|
|
script = "./autogen.sh"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"libmtp",
|
|
]
|