mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
16 lines
344 B
TOML
16 lines
344 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"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"libmtp",
|
|
]
|
|
script = """
|
|
./autogen.sh
|
|
cookbook_configure
|
|
"""
|