2025-01-22 16:30:02 +00:00

40 lines
1.4 KiB
JSON

{
"version": "5.3.2",
"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.3.2/podman-5.3.2-setup.exe",
"hash": "0c277623ebd88113e4a8222084506a7d3160c0f99e065334e74c4f851824ea4c"
}
},
"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"
}
}
}
}
}