blob: 007db5163b6df81b3e12e3b6bfefcca635926a45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "libqcow",
"version": "20221124",
"port-version": 1,
"description": "Library and tools to access the QEMU Copy-On-Write (QCOW) image format.",
"homepage": "https://github.com/libyal/libqcow",
"license": "LGPL-3.0-or-later",
"supports": "!uwp & !xbox",
"dependencies": [
"gettext",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}
|