mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-08 23:40:36 +00:00
47 lines
1.5 KiB
Ruby
47 lines
1.5 KiB
Ruby
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
cask "harness-sync" do
|
|
version "0.22.2"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
sha256 "d675e6c006df238c9a7d255f7f4d11bff7c62c0e15509ac204fd348eb3293175"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "601aba3c139ca1e3463f66c7daca15a4663ab0c5c4327443882c8643624889fb"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-arm64.tar.gz"
|
|
end
|
|
end
|
|
|
|
on_linux do
|
|
on_intel do
|
|
sha256 "999dcba81d2845c2ddd72a5ded7d406d838dc86d6afd10564a1ede6ae6c20917"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "0383171492f572ac6988092af031d3b632504c9fdcfb5c532e2496e89643b9a0"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-arm64.tar.gz"
|
|
end
|
|
end
|
|
|
|
name "harness-sync"
|
|
desc "Sync skills, agents, MCP, and LLM endpoints across multiple LLM harnesses"
|
|
homepage "https://github.com/lukaszraczylo/harness-sync"
|
|
|
|
livecheck do
|
|
skip "Auto-generated on release."
|
|
end
|
|
|
|
binary "harness-sync"
|
|
|
|
postflight do
|
|
if OS.mac?
|
|
system_command "/usr/bin/xattr",
|
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/harness-sync"]
|
|
end
|
|
end
|
|
|
|
# No zap stanza required
|
|
|
|
end
|