homebrew-cask/Casks/kui.rb

15 lines
557 B
Ruby

cask "kui" do
version "9.2.8"
sha256 "8b246d2f424f29214ced02f555107e380d4699bb3f5fdfbb7f0cc37d96435bf6"
# github.com/IBM/kui was verified as official when first introduced to the cask
url "https://github.com/IBM/kui/releases/download/v#{version}/Kui-darwin-x64.tar.bz2"
appcast "https://github.com/IBM/kui/releases.atom"
name "Kui"
desc "Hybrid command-line/UI development experience for cloud-native development"
homepage "https://kui.tools/"
app "Kui-darwin-x64/Kui.app"
binary "#{appdir}/Kui.app/Contents/Resources/kubectl-kui"
end