vcpkg/ports/sjpeg/vcpkg.json
chausner f012faeecf
[sjpeg] Add new port (#21094)
* Add new port sjpeg

* Update CI baseline

* Remove "supports", use vcpkg_check_linkage

* Update git-tree hash

* Remove man pages

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-04 12:59:26 -07:00

18 lines
356 B
JSON

{
"name": "sjpeg",
"version-date": "2021-10-31",
"description": "Simple library for encoding baseline JPEG files",
"homepage": "https://github.com/webmproject/sjpeg",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}