mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
gcsfuse-mac: deprecate + caveat
This commit is contained in:
parent
26ddeda302
commit
e4ccd9d66c
1 changed files with 10 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ class GcsfuseMac < Formula
|
|||
sha256 cellar: :any_skip_relocation, big_sur: "7aae298075c4ab1a56635d3bec54360e6986c59596b66a132fcc2cdba8633a14"
|
||||
end
|
||||
|
||||
deprecate! date: "2025-02-11", because: :does_not_build
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on MacfuseRequirement
|
||||
depends_on :macos
|
||||
|
|
@ -42,6 +44,14 @@ class GcsfuseMac < Formula
|
|||
system "./build_gcsfuse", buildpath, prefix, gcsfuse_version, "-buildvcs=false"
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
Upstream doesn't officially support macOS (https://github.com/GoogleCloudPlatform/gcsfuse/issues/1299)
|
||||
and current versions don't build at all on macOS.
|
||||
This formula will not be updated until macOS is officially supported.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/gcsfuse", "--help"
|
||||
system "#{sbin}/mount_gcsfuse", "--help"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue