-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
cask "macpass" do | ||
version "0.8.1.1" | ||
sha256 "90317e1238d71a589781624d4b1635667bcec428a704beb4b899a127e6e28122" | ||
|
||
url "https://github.com/cathyjf/MacPass/releases/download/#{version}/MacPass-#{version}.zip", | ||
verified: "github.com/cathyjf/MacPass/" | ||
name "MacPass" | ||
desc "Open-source, KeePass-client and password manager" | ||
homepage "https://macpass.github.io/" | ||
|
||
auto_updates true | ||
depends_on macos: ">= :high_sierra" | ||
|
||
app "MacPass.app" | ||
|
||
uninstall quit: "com.cathyjf.hicknhacksoftware.MacPass" | ||
|
||
zap delete: [ | ||
"~/Library/Application Support/MacPass", | ||
"~/Library/Caches/com.cathyjf.hicknhacksoftware.MacPass", | ||
"~/Library/Cookies/com.cathyjf.hicknhacksoftware.MacPass.binarycookies", | ||
"~/Library/HTTPStorages/com.cathyjf.hicknhacksoftware.MacPass", | ||
"~/Library/Preferences/com.cathyjf.hicknhacksoftware.MacPass.plist", | ||
"~/Library/Saved Application State/com.cathyjf.hicknhacksoftware.MacPass.savedState", | ||
] | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
* macpass ([https://github.com/cathyjf/MacPass/releases/tag/0.8.1.1](version 0.8.1.1), unofficial release, built by me) | ||
* sshfs (version 2.5.0 for macOS) | ||
|
||
## How do I install these formulae and casks? | ||
|