Skip to content

Commit

Permalink
keychain-interpose 0.1 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyjf committed Jul 8, 2024
1 parent fc45494 commit 0df4c94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Casks/keychain-interpose.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cask "keychain-interpose" do
version "0.1"
sha256 "dd586248dcd123517779b02c47d31a01ebab3cd8363f7587b65a8e034e4c5342"

url "https://github.com/cathyjf/keychain-interpose/releases/download/v#{version}/keychain-interpose-#{version}.zip"
name "keychain-interpose"
desc "Store GPG secret key files in the macOS keychain"

Check failure on line 7 in Casks/keychain-interpose.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Cask/Desc: Description shouldn't contain the platform.

Check failure on line 7 in Casks/keychain-interpose.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

Cask/Desc: Description shouldn't contain the platform.
homepage "https://github.com/cathyjf/keychain-interpose"

binary "keychain-interpose.app/Contents/MacOS/migrate-keys", target: "keychain-interpose-migrate-keys"
binary "keychain-interpose.app/Contents/MacOS/pinentry-wrapper", target: "keychain-interpose-pinentry"
binary "keychain-interpose.app/Contents/Resources/gpg-keychain-agent.sh", target: "keychain-interpose-agent"
end
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* git-remote-gcrypt-keybase
* [email protected]
- This is an ancient version of GnuPG referred to in [this Stack Exchange answer](https://security.stackexchange.com/a/62480).
* [keychain-interpose](https://github.com/cathyjf/keychain-interpose)
* macpass ([version 0.8.1.1](https://github.com/cathyjf/MacPass/releases/tag/0.8.1.1), unofficial release, built by me)
* sshfs (version 2.5.0 for macOS)

Expand Down

0 comments on commit 0df4c94

Please sign in to comment.