pantry
pantry copied to clipboard
fix: Add fuse dependency for borgfs
Have to package libfuse (https://github.com/libfuse/libfuse) and maybe macFUSE (https://macfuse.github.io/) first.
looks like it needs the v2 library; that'll take more work, since it's a different build script.
- The Linux version compiles now, but the mount test fails. Need to get my local build environment working for further testing
- Darwin build still has issues. Borgbackup build instructions say the MacOS version needs libfuse2 (llfuse), but macfuse now seems to require v3 in the newest version.