homebrew-cask/Casks/hypercli.rb

15 lines
354 B
Ruby

cask 'hypercli' do
version :latest
sha256 :no_check
# hypercli-install.s3.amazonaws.com was verified as official when first introduced to the cask
url 'https://hypercli-install.s3.amazonaws.com/hypercli.pkg'
name 'Hyper_ client'
homepage 'https://hyper.sh/'
license :apache
pkg 'hypercli.pkg'
uninstall pkgutil: 'sh.hyper.hyper'
end