vcpkg/ports/unrar/vcpkg.json
Alexander Neumann 8f4ad058be
[unrar] msbuild (#33146)
* [unrar] msbuild

* v db
2023-08-15 16:42:00 -07:00

17 lines
332 B
JSON

{
"name": "unrar",
"version": "6.1.7",
"port-version": 3,
"description": "rarlab's unrar library",
"homepage": "https://www.rarlab.com",
"license": null,
"supports": "windows & !uwp & !arm & !static",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}