s3fs-mac: add FUSE 3 caveat

This commit is contained in:
Adrian Ho 2025-02-16 11:48:11 +08:00
parent 3b04282848
commit fc9667e77c

View file

@ -40,6 +40,13 @@ class S3fsMac < Formula
system "make", "install"
end
def caveats
<<~EOS
This is the final version that supports FUSE 2.
Further updates require a macOS FUSE 3 implementation.
EOS
end
test do
system "#{bin}/s3fs", "--version"
end