Skip to content

Commit

Permalink
Add Boxcryptor Classic cask
Browse files Browse the repository at this point in the history
Add BoxcryptorClassic, a common secure file solution for
dropbox and other cloud services.
  • Loading branch information
goodtimeaj committed Aug 14, 2013
1 parent 91b7e1f commit d2214ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Casks/boxcryptor-classic.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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

0 comments on commit d2214ce

Please sign in to comment.