homebrew-cask/Casks/amazon-workspaces.rb

15 lines
383 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'amazon-workspaces' do
version :latest
sha256 :no_check
# cloudfront.net is the official download host per the vendor homepage
url 'https://d2td7dqidlhjx7.cloudfront.net/prod/global/osx/WorkSpaces.pkg'
name 'Amazon Workspaces'
homepage 'https://aws.amazon.com/workspaces/'
license :gratis
pkg 'WorkSpaces.pkg'
uninstall pkgutil: 'com.amazon.workspaces'
end