Skip to content

Commit 84c0111

Browse files
authored
Merge pull request #279433 from webcoyote/sandvault-sv-clone
sandvault: add sv-clone command to install
2 parents 49958d0 + 4dbe16e commit 84c0111

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Formula/s/sandvault.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ class Sandvault < Formula
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d1c6746bf983db58f21b72c64f8c9888b87691268b44817b29c6a3ecd257dd19"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1c6746bf983db58f21b72c64f8c9888b87691268b44817b29c6a3ecd257dd19"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1c6746bf983db58f21b72c64f8c9888b87691268b44817b29c6a3ecd257dd19"
12-
sha256 cellar: :any_skip_relocation, sonoma: "3c2c4fc165a4b74900108c31f607fe935bd98b50d54b1bd5f901c688b71738c8"
9+
rebuild 1
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e86e31c6ae03a826867f2745f69182773d6c1ef15cb57d6f28fc7cde3e7b8c97"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e86e31c6ae03a826867f2745f69182773d6c1ef15cb57d6f28fc7cde3e7b8c97"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e86e31c6ae03a826867f2745f69182773d6c1ef15cb57d6f28fc7cde3e7b8c97"
13+
sha256 cellar: :any_skip_relocation, sonoma: "c3adeb1bfa0c8268b9dbe52cbd4774d7c7730fbd58e61ebe7533f883197316ea"
1314
end
1415

1516
depends_on :macos
1617

1718
conflicts_with "runit", because: "both install `sv` binaries"
1819

1920
def install
20-
prefix.install "guest", "sv"
21-
bin.write_exec_script "#{prefix}/sv"
21+
prefix.install "guest", "sv", "sv-clone"
22+
bin.write_exec_script prefix/"sv", prefix/"sv-clone"
2223
end
2324

2425
test do

0 commit comments

Comments
 (0)