diff options
Diffstat (limited to 'vcpkg/ports/libb2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libb2/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libb2/vcpkg.json b/vcpkg/ports/libb2/vcpkg.json new file mode 100644 index 0000000..9b3ca94 --- /dev/null +++ b/vcpkg/ports/libb2/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "libb2", + "version": "0.98.1", + "port-version": 7, + "description": "C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp", + "homepage": "https://github.com/BLAKE2/libb2", + "dependencies": [ + { + "name": "vcpkg-make", + "host": true + } + ] +} |