homebrew-cask-versions/Casks/bankid.rb
2015-01-06 03:24:40 +00:00

18 lines
530 B
Ruby

cask :v1 => 'bankid' do
version :latest
sha256 :no_check
url 'https://install.bankid.com/FileDownloader?fileId=Mac'
name 'BankID'
homepage 'http://www.bankid.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
container :type => :naked
preflight do
system '/bin/mv', '--', staged_path.join('FileDownloader'), staged_path.join('bankid-latest.pkg')
end
pkg 'bankid-latest.pkg'
uninstall :pkgutil => 'com.bankid.bankid.BankID.pkg'
end