vcpkg/ports/keccak-tiny/vcpkg.json
Samuel Marks 621b7abe07
[ports/keccak-tiny] New port (#34356)
* [ports/keccak-tiny] New port

* [ports/keccak-tiny] Resolve hand-lint from vcpkg team

* [ports/keccak-tiny/portfile.cmake] Guard check linkage for Windows

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* [versions/k-/keccak-tiny.json] `./vcpkg x-add-version --all --overwrite-version`

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-10-17 11:42:31 -07:00

18 lines
371 B
JSON

{
"name": "keccak-tiny",
"version-date": "2014-09-08",
"description": "A tiny implementation of SHA-3, SHAKE, Keccak, and sha3sum",
"homepage": "https://github.com/coruus/keccak-tiny",
"license": "CC0-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}