1 cask :v1 => 'bankid' do
5 url 'https://install.bankid.com/FileDownloader?fileId=Mac'
7 homepage 'http://www.bankid.com/'
8 license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
10 container :type => :naked
12 system '/bin/mv', '--', staged_path.join('FileDownloader'), staged_path.join('bankid-latest.pkg')
15 pkg 'bankid-latest.pkg'
17 uninstall :pkgutil => 'com.bankid.bankid.BankID.pkg'