yquake2-ref-vk: Add version 1.0.2 (#651)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
master
RavenMacDaddy 2022-07-04 19:26:45 +02:00 committed by GitHub
parent 6b53c426ca
commit 7dade488fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"version": "1.0.2",
"description": "vkQuake2's Vulkan renderer library ported for use with Yamagi Quake II",
"homepage": "https://github.com/yquake2/ref_vk",
"license": "https://github.com/yquake2/ref_vk/blob/master/LICENSE",
"depends": "yquake2",
"url": "https://github.com/yquake2/ref_vk/releases/download/v1.0.2/ref_vk-1.0.2.zip",
"hash": "d5b1a40bce4ba90fcc90c64797dc4a3a83ec99b4100d3cba9915f9c47b12a266",
"extract_dir": "ref_vk-1.0.2",
"installer": {
"script": "Copy-Item \"$dir\\ref_vk.dll\" \"$(versiondir 'yquake2' 'current' $global)\" -Force"
},
"uninstaller": {
"script": [
"'ref_vk.dll' | ForEach-Object {",
" if (Test-Path \"$(versiondir 'yquake2' 'current' $global)\\$_\") {",
" Remove-Item \"$(versiondir 'yquake2' 'current' $global)\\$_\"",
" }",
"}"
]
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/yquake2/ref_vk/releases/download/v$version/ref_vk-$version.zip",
"extract_dir": "ref_vk-$version"
}
}