Skip to content

Commit

Permalink
Merge pull request Homebrew#921 from gregstallings/boxcryptor-classic
Browse files Browse the repository at this point in the history
Add Boxcryptor Classic cask
  • Loading branch information
nanoxd committed Aug 14, 2013
2 parents 91b7e1f + d2214ce commit 73a0351
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 73a0351

Please sign in to comment.