redox/recipes/wip/fuse/simple-mtpfs/recipe.toml
2024-09-20 01:38:01 +00:00

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
"""