Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eid-ee cask #65165

Closed
wants to merge 15 commits into from
23 changes: 23 additions & 0 deletions Casks/eid-ee.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cask 'eid-ee' do
version '18.12.0.1815'
sha256 '3247750cf358833fa56db51b8f161a5d442a2b3d23c503b62c3de04238c0ac3e'

url "https://installer.id.ee/media/osx/Open-EID_#{version}.dmg"
name 'Electronic identity card software for Estonia'
name 'eID Estonia'
homepage 'https://installer.id.ee/?lang=eng'

pkg 'Open-EID.pkg'

uninstall script: {
executable: 'uninstall.sh',
input: ['y'],
sudo: true,
},
quit: 'ee.ria.TokenSigningApp'

caveats <<~EOS
DigiDoc4 Client and ID-card Utility are available in the App Store:
https://appstore.com/mac/ria
EOS
end