diff options
Diffstat (limited to 'vcpkg/ports/b64/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/b64/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/b64/vcpkg.json b/vcpkg/ports/b64/vcpkg.json new file mode 100644 index 0000000..e9e289e --- /dev/null +++ b/vcpkg/ports/b64/vcpkg.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "name": "b64", + "version": "2.0.0.1", + "port-version": 2, + "description": "libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format", + "license": null, + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |