mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Add BoxcryptorClassic, a common secure file solution for dropbox and other cloud services.
8 lines
312 B
Ruby
8 lines
312 B
Ruby
class BoxcryptorClassic < Cask
|
|
url 'https://www.boxcryptor.com/download/Boxcryptor_Installer.dmg'
|
|
homepage 'https://www.boxcryptor.com/en/boxcryptor-classic'
|
|
version 'latest'
|
|
no_checksum
|
|
install 'Install Boxcryptor Classic.pkg'
|
|
uninstall :script => 'Uninstall.command', :args => %w[--unattended]
|
|
end
|