mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "5.4.0",
|
|
"description": "A tool for managing OCI containers and pods.",
|
|
"homepage": "https://podman.io/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containers/podman/releases/download/v5.4.0/podman-5.4.0-setup.exe",
|
|
"hash": "6043131f88e40a862a8a08058441dec459813a3117a1a2e6f1148540a2e73877"
|
|
}
|
|
},
|
|
"bin": "podman.exe",
|
|
"installer": {
|
|
"script": [
|
|
"Expand-DarkArchive \"$dir\\podman-$version-setup.exe\" \"$dir\\_tmp\" -Removal",
|
|
"Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles64\\RedHat\\Podman'",
|
|
"if (get_config USE_ISOLATED_PATH) {",
|
|
" Add-Path -Path ('%' + $scoopPathEnvVar + '%') -Global:$global",
|
|
"}",
|
|
"Add-Path -Path $original_dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"script": "Remove-Path -Path $dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/containers/podman"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containers/podman/releases/download/v$version/podman-$version-setup.exe",
|
|
"hash": {
|
|
"url": "$baseurl/shasums"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|