homebrew-cask/Casks/boxcryptor-classic.rb

11 lines
333 B
Ruby

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