homebrew-cask/Casks/hyper.rb

15 lines
337 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hyper' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'http://hyper-install.s3.amazonaws.com/hyper-mac.pkg'
name 'Hyper'
homepage 'https://hyper.sh/'
license :apache
pkg 'hyper-mac.pkg'
uninstall :script => '/opt/hyper/bin/uninstall-hyper.sh'
end