homebrew-cask/Casks/boxcryptor-classic.rb

11 lines
338 B
Ruby
Raw Normal View History

class BoxcryptorClassic < Cask
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://www.boxcryptor.com/download/Boxcryptor_Installer.dmg'
homepage 'https://www.boxcryptor.com/en/boxcryptor-classic'
install 'Install Boxcryptor Classic.pkg'
uninstall :script => { :executable => 'Uninstall.command', :args => %w[--unattended] }
end