mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 07:50:35 +00:00
Compare commits
3 commits
04e94aef36
...
d06c9548d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d06c9548d6 | ||
|
|
698ed57a59 | ||
|
|
36701c7bf2 |
2 changed files with 6 additions and 8 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
test-bot:
|
test-bot:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-13, macos-14, macos-15, macos-26]
|
os: [macos-14, macos-15, macos-26]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Homebrew
|
- name: Set up Homebrew
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,9 @@ class ArchivemountMac < Formula
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
root_url "https://ghcr.io/v2/gromgit/fuse"
|
root_url "https://ghcr.io/v2/gromgit/fuse"
|
||||||
rebuild 2
|
sha256 cellar: :any, arm64_tahoe: "e0aa81ce9ae8fb880b340b02077e03acaf1d4f489554a411bf4430ba3a558f31"
|
||||||
sha256 cellar: :any, arm64_tahoe: "50738aa449a8b214387c1cc148b30b760fb64ced8dd0c85f0d0c29db25986a73"
|
sha256 cellar: :any, arm64_sequoia: "fa4e1c0bbd16a705f0746d9c1721e3a5ebf9fc664b49291dd0390129542595ae"
|
||||||
sha256 cellar: :any, arm64_sequoia: "02e40045fc073d935a4abf9b83e469b1c5f50b15fa84f53b95f1164e658279aa"
|
sha256 cellar: :any, arm64_sonoma: "ab28653f06c95589c740800b90187182cf45abffa2dda25146881dceaa963152"
|
||||||
sha256 cellar: :any, arm64_sonoma: "482da34d8d8dbd9a2ce53f4ae40e1f84ca946e188d681ef9cc72d9535e98b3cd"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "pkgconf" => :build
|
depends_on "pkgconf" => :build
|
||||||
|
|
@ -22,9 +21,8 @@ class ArchivemountMac < Formula
|
||||||
depends_on :macos
|
depends_on :macos
|
||||||
|
|
||||||
def install
|
def install
|
||||||
setup_fuse
|
setup_fuse3
|
||||||
system "./configure", "--disable-silent-rules", *std_configure_args
|
system "make", "PREFIX=#{prefix}", "install"
|
||||||
system "make", "install"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue