vcpkg/ports/rhasheq/vcpkg.json
Samuel Marks 24f83d5783
[rhasheq] New port (#22905)
* [ports/c89stringutils] Init

* `./vcpkg x-add-version --all --overwrite-version`

* [versions/c-/c89stringutils.json] Init

* [ports/rhasheq] Init

* [versions/r-/rhasheq.json] ./vcpkg x-add-version --all --overwrite-version

* [ports/rhasheq/vcpkg.json] Added c89stringutils port as dependency

* [versions/r-/rhasheq.json] `./vcpkg x-add-version --all --overwrite-version`
2022-02-04 13:37:39 -08:00

20 lines
393 B
JSON

{
"name": "rhasheq",
"version": "0.0.1",
"description": "Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.",
"license": "0BSD",
"supports": "!uwp",
"dependencies": [
"c89stringutils",
"rhash",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}