diff options
Diffstat (limited to 'vcpkg/ports/shiftmedia-libgcrypt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/shiftmedia-libgcrypt/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/shiftmedia-libgcrypt/vcpkg.json b/vcpkg/ports/shiftmedia-libgcrypt/vcpkg.json new file mode 100644 index 0000000..1ecb7a5 --- /dev/null +++ b/vcpkg/ports/shiftmedia-libgcrypt/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "shiftmedia-libgcrypt", + "version": "1.10.3-1", + "port-version": 1, + "description": "An unofficial LibGCrypt with added custom native Visual Studio project build tools. LibGCrypt", + "homepage": "https://github.com/ShiftMediaProject/libgcrypt", + "license": "LGPL-2.1-only", + "supports": "windows & !mingw", + "dependencies": [ + "shiftmedia-libgpg-error" + ] +} |