mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
22 lines
935 B
JSON
22 lines
935 B
JSON
{
|
|
"version": "0.13.8",
|
|
"description": "Plugin for KeePass 2.x that allows SSH keys stored in a KeePass database to be used for SSH authentication by other programs.",
|
|
"homepage": "https://lechnology.com/software/keeagent/",
|
|
"license": "GPL-2.0-only",
|
|
"depends": "extras/keepass",
|
|
"url": "https://github.com/dlech/KeeAgent/releases/download/v0.13.8/KeeAgent_v0.13.8.zip",
|
|
"hash": "68d46dd6537d3d1aaaee20e99c76c8ab772ca6b2b10b90981f31f7e8c292a376",
|
|
"installer": {
|
|
"script": "Copy-Item \"$dir\\KeeAgent.plgx\" \"$(appdir keepass $global)\\current\\Plugins\""
|
|
},
|
|
"uninstaller": {
|
|
"script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeeAgent.plgx\""
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/dlech/KeeAgent"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/dlech/KeeAgent/releases/download/v$version/KeeAgent_v$version.zip"
|
|
}
|
|
}
|