mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
s3fs-mac: add FUSE 3 caveat
This commit is contained in:
parent
3b04282848
commit
fc9667e77c
1 changed files with 7 additions and 0 deletions
|
|
@ -40,6 +40,13 @@ class S3fsMac < Formula
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
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
|
test do
|
||||||
system "#{bin}/s3fs", "--version"
|
system "#{bin}/s3fs", "--version"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue