Compare commits

...

3 Commits

+8 -6
View File
@@ -62,10 +62,12 @@ homebrew_casks:
homepage: https://lukaszraczylo.github.io/kportal homepage: https://lukaszraczylo.github.io/kportal
description: "Modern Kubernetes port-forward manager with interactive TUI" description: "Modern Kubernetes port-forward manager with interactive TUI"
license: MIT license: MIT
url:
verified: github.com/lukaszraczylo/kportal
hooks: hooks:
post.install: | post:
if OS.mac? install: |
system_command "/usr/bin/xattr", if OS.mac?
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"], system_command "/usr/bin/xattr",
sudo: false args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
end end