mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-07-02 03:45:46 +00:00
49 lines
1.6 KiB
Ruby
49 lines
1.6 KiB
Ruby
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
cask "kportal" do
|
|
name "kportal"
|
|
desc "Modern Kubernetes port-forward manager with interactive TUI"
|
|
homepage "https://lukaszraczylo.github.io/kportal"
|
|
version "0.2.78"
|
|
|
|
livecheck do
|
|
skip "Auto-generated on release."
|
|
end
|
|
|
|
binary "kportal"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-amd64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "f9e50266bc6c9d8a1101769fc7afd1c99ab72835c0cf1bfec359670a6417de4e"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-arm64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "e4e38dfdfbcb9a958fd4873271874ee36f2e99bd5df2a4d6895137bf187af7c2"
|
|
end
|
|
end
|
|
|
|
on_linux do
|
|
on_intel do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-amd64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "3bd59613e8a0a7af7ad8f62ae9031433b7ae4ab5420a36e3e894aa8c91ee6894"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-arm64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "044bb393a88bc3677c5a63130e772d54702ee26190e3ed16604fdb671e273b30"
|
|
end
|
|
end
|
|
|
|
postflight do
|
|
if OS.mac?
|
|
system_command "/usr/bin/xattr",
|
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
|
|
end
|
|
end
|
|
|
|
# No zap stanza required
|
|
end
|