homebrew-cask/Casks/veracrypt.rb

25 lines
925 B
Ruby

cask 'veracrypt' do
version '1.17'
sha256 'fa62b0e84f993dc2c58966e4eef91d8fdd3710913f78d62aa352e12187259f89'
# download-codeplex.sec.s-msft.com/Download/Release?ProjectName=veracrypt was verified as official when first introduced to the cask
url 'https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=veracrypt&DownloadId=1537180&FileTime=130999181375130000&Build=21031'
name 'VeraCrypt'
homepage 'https://veracrypt.codeplex.com/'
license :oss
depends_on cask: 'osxfuse'
pkg 'VeraCrypt_Installer.pkg'
uninstall pkgutil: 'com.idrix.pkg.veracrypt'
caveats <<-EOS.undent
#{token} requires osxfuse with "MacFUSE Compatibility Layer" enabled.
If you did not enable that option, #{token} will fail to install.
To enable the option, you need to install osxfuse manually (double-click the installer).
The installer should be located under #{Hbc.caskroom}/osxfuse
EOS
end