mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
sq3l-mac: add caveat
This commit is contained in:
parent
09d09c7326
commit
3c8c7693f6
1 changed files with 10 additions and 0 deletions
|
|
@ -145,6 +145,16 @@ class S3qlMac < Formula
|
|||
venv.pip_install_and_link buildpath
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
This formula is outdated, and is provided only as a courtesy.
|
||||
It cannot be updated until MacFUSE supports FUSE API version 3.
|
||||
|
||||
If security issues are discovered with this old software,
|
||||
it may be removed without notice.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match "S3QL ", shell_output(bin/"mount_s3ql --version")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue