mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
16a892c1fb
* freerdp fix single config * libassuan fix single config builds * libcanberra fix single config build * libmysql fix single config builds * libobd fix single config * libusb allow single config wrapper * nmap single config cleanup * spdk single config stuff * zeroc-ice fix single config * zopfli single config fix * use version date * v db * Revert unchanged libodb-pgsql port-version bump. Co-authored-by: Billy O'Neal <bion@microsoft.com>
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "zopfli",
|
|
"version": "1.0.3",
|
|
"port-version": 3,
|
|
"description": "Zopfli Compression Algorithm compression library programmed in C",
|
|
"homepage": "https://github.com/google/zopfli",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|