Files
Mike McQuaid 4e92f60921 orka: move to a subdirectory.
We are planning on sharding homebrew/core's `Formula` directory into
subdirectories. `ack` is a good first candidate:

- it's used by multiple maintainers who will notice if it's 💔
- it is not upgraded often
- it's a simple, quick install
- it's used a bit (#2575 in 365d) but not loads or a little
2023-08-04 17:34:04 +01:00

22 lines
639 B
Ruby

cask "orka" do
version "2.4.0"
sha256 "c7f6fbd9bfca29353618f22736d1d83234239fa1a00cb4493c62a853ebaa5abb"
url "https://cli-builds-public.s3-eu-west-1.amazonaws.com/official/#{version}/macos/orka.pkg",
verified: "cli-builds-public.s3-eu-west-1.amazonaws.com/official/"
name "Orka CLI"
desc "Orchestration with Kubernetes on Apple"
homepage "https://orkadocs.macstadium.com/docs"
livecheck do
url "https://orkadocs.macstadium.com/docs/downloads"
regex(%r{href=.*?/official/(\d+(?:\.\d+)+)/macos/orka\.pkg}i)
end
pkg "orka.pkg"
uninstall pkgutil: "com.macstadium.orka.pkg"
# No zap stanza required
end