vcpkg/ports/cppp-reiconv/vcpkg.json
ChenPi11 ab567f88a4
[cppp-reiconv] new port (#34263)
* [cppp-reiconv] New port

* [cppp-reiconv] Add Python required.

* [cppp-reiconv] Fix a bug.

* [cppp-reiconv] Avoid create binary directory when static build.

* [cppp-reiconv] Update version database.

* [cppp-reiconv] Update SHA of `git-tree` in version database.

* [cppp-reiconv] Update SHA512.

* [cppp-reiconv] Update version db SHA info.

* [cppp-reiconv] Use `v${VERSION}` for version.

* [cppp-reiconv] Use `vcpkg_extract_source_archive` instead of
`vcpkg_extract_source_archive_ex`.

* [cppp-reiconv] Update SHA of git-tree in version database.
2023-10-27 19:38:54 -07:00

14 lines
340 B
JSON

{
"name": "cppp-reiconv",
"version": "2.1.0",
"description": "cppp-reiconv: A character set conversion library based on GNU LIBICONV for The C++ Plus Project.",
"homepage": "https://github.com/cppp-project/cppp-reiconv",
"license": "LGPL-3.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}