mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 10:44:05 -05:00
14 lines
308 B
JSON
Executable File
14 lines
308 B
JSON
Executable File
{
|
|
"name": "libqcow",
|
|
"version-string": "20210419",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|