mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-06 23:29:27 +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.28.5"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
sha256 "a5fcdb170ade3ab8c100cc1e9d882f6924e2178067df891e2100c732c1efaed2"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "3158d15709f94d38062e5c87346b43f3ed67b31388e21e630463ccbeb63836a5"
|
|
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 "a24f523a297815649a9e34b2515f7533df4f86b1901b77248146c075594f3e88"
|
|
url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz"
|
|
end
|
|
on_arm do
|
|
sha256 "b06cfd89afb4c68b91ab04811b5907699a0d41f19e3393cc516768097c29e284"
|
|
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
|