mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-06-28 05:26:27 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bfecbdf056 | |||
| 754108474c |
+6
-2
@@ -62,8 +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:
|
post:
|
||||||
install: |
|
install: |
|
||||||
system_command "/usr/bin/xattr",
|
if OS.mac?
|
||||||
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
|
system_command "/usr/bin/xattr",
|
||||||
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user