excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / sekey.rb
blobed13780c4f8b4e98deb82c9952220a7db1f027dd
1 cask "sekey" do
2   version "0.1"
3   sha256 "8d473f7214ba76b70ca30905e2ebd07d7c421f1cff320285bd8ec8d2a7a5b083"
5   url "https://github.com/sekey/sekey/releases/download/#{version}/SeKey-#{version}.pkg"
6   name "SeKey"
7   desc "Use Touch ID or Secure Enclave for SSH authentication"
8   homepage "https://github.com/sekey/sekey/"
10   pkg "SeKey-#{version}.pkg"
11   binary "/Applications/SeKey.app/Contents/MacOS/sekey"
13   uninstall launchctl: "com.ntrippar.sekey",
14             pkgutil:   "com.ntrippar.sekey"
16   zap trash: "~/.sekey"
18   caveats <<~EOS
19     Append the following line to your ~/.bash_profile or ~/.zshrc:
21       export SSH_AUTH_SOCK=$HOME/.sekey/ssh-agent.ssh
23     then source the file to update your current session.
24   EOS
25 end