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

eid-klient 5.0 (new cask) #201164

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions Casks/e/eid-klient.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
cask "eid-klient" do
version "5.0"
sha256 "8c294f7b3a18931ace89e7d66c1e6f4461494f4f509d4c0aa06bd6a07c183eaa"

url "https://eidas.minv.sk/downloadservice/eidklient/mac/eID_klient.dmg#v=#{version}",
verified: "eidas.minv.sk/downloadservice/eidklient/mac/"
name "Aplikacia pre eID"
name "eID Klient"
name "Electronic identity card software for Slovakia"
name "eID Slovakia"
desc "Application for log in by Slovak eID"
homepage "https://www.slovensko.sk/sk/titulna-stranka"

livecheck do
url "https://eidas.minv.sk/download/files/mac/eID_klient_release_notes.txt"
regex(/verzia\s*v?(\d+(?:\.\d+)+)[\n a-z]/i)
end

auto_updates true

app "eID_klient.app"

uninstall quit: "sk.minv.eID_klient",
signal: [
["KILL", "sk.minv.eID_klient"],
]

zap trash: [
"~/Library/Application Support/eID_klient",
"~/Library/LaunchAgents/com.eid_client.plist",
"~/Library/Saved Application State/sk.eid.CTKApp.savedState",
]

caveats do
requires_rosetta
end
end