blob: 5f8992d0be2f6414f0a0b51a8bc512aec75b13c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "libqcow",
"version-string": "20210419",
"port-version": 1,
"description": "Library and tools to access the QEMU Copy-On-Write (QCOW) image format.",
"homepage": "https://github.com/libyal/libqcow",
"supports": "!uwp",
"dependencies": [
"gettext",
"openssl",
"zlib"
]
}
|