Compare commits

..

1 commit

Author SHA1 Message Date
gromgit
04e94aef36 archivemount-mac 1b 2025-11-23 03:42:29 +00:00
2 changed files with 8 additions and 6 deletions

View file

@ -10,7 +10,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-14, macos-15, macos-26]
os: [macos-13, macos-14, macos-15, macos-26]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew

View file

@ -10,9 +10,10 @@ class ArchivemountMac < Formula
bottle do
root_url "https://ghcr.io/v2/gromgit/fuse"
sha256 cellar: :any, arm64_tahoe: "e0aa81ce9ae8fb880b340b02077e03acaf1d4f489554a411bf4430ba3a558f31"
sha256 cellar: :any, arm64_sequoia: "fa4e1c0bbd16a705f0746d9c1721e3a5ebf9fc664b49291dd0390129542595ae"
sha256 cellar: :any, arm64_sonoma: "ab28653f06c95589c740800b90187182cf45abffa2dda25146881dceaa963152"
rebuild 2
sha256 cellar: :any, arm64_tahoe: "50738aa449a8b214387c1cc148b30b760fb64ced8dd0c85f0d0c29db25986a73"
sha256 cellar: :any, arm64_sequoia: "02e40045fc073d935a4abf9b83e469b1c5f50b15fa84f53b95f1164e658279aa"
sha256 cellar: :any, arm64_sonoma: "482da34d8d8dbd9a2ce53f4ae40e1f84ca946e188d681ef9cc72d9535e98b3cd"
end
depends_on "pkgconf" => :build
@ -21,8 +22,9 @@ class ArchivemountMac < Formula
depends_on :macos
def install
setup_fuse3
system "make", "PREFIX=#{prefix}", "install"
setup_fuse
system "./configure", "--disable-silent-rules", *std_configure_args
system "make", "install"
end
test do