homebrew-cask/Casks/truecrypt.rb

18 lines
520 B
Ruby
Raw Normal View History

class Truecrypt < Cask
version '7.2'
sha256 '01acf85be9b23a1c718193c40f3ecaaf6551695e0dc67c28345e560cca56c94e'
url 'https://downloads.sourceforge.net/sourceforge/truecrypt/TrueCrypt-7.2-Mac-OS-X.dmg'
homepage 'http://truecrypt.org/'
2014-09-10 23:37:07 +08:00
pkg 'TrueCrypt 7.2.mpkg'
caveats do
files_in_usr_local
<<-EOS.undent
Warning: TrueCrypt IS NOT SECURE and the development was ended, see more:
http://truecrypt.sourceforge.net/
EOS
end
2014-06-12 07:01:38 +08:00
uninstall :pkgutil => 'org.TrueCryptFoundation.TrueCrypt'
2013-04-21 21:30:18 +08:00
end