diff options
Diffstat (limited to 'ports/libgcrypt')
| -rw-r--r-- | ports/libgcrypt/CONTROL | 7 | ||||
| -rw-r--r-- | ports/libgcrypt/vcpkg.json | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/ports/libgcrypt/CONTROL b/ports/libgcrypt/CONTROL deleted file mode 100644 index af3a0fb17..000000000 --- a/ports/libgcrypt/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -Source: libgcrypt -Version: 1.8.7 -Port-Version: 1 -Homepage: https://gnupg.org/software/libgcrypt/index.html -Description: A library implementing the so-called Assuan protocol -Build-Depends: libgpg-error -Supports: linux|osx diff --git a/ports/libgcrypt/vcpkg.json b/ports/libgcrypt/vcpkg.json new file mode 100644 index 000000000..40a056644 --- /dev/null +++ b/ports/libgcrypt/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "libgcrypt", + "version-string": "1.8.7", + "port-version": 2, + "description": "A library implementing the so-called Assuan protocol", + "homepage": "https://gnupg.org/software/libgcrypt/index.html", + "supports": "linux | osx", + "dependencies": [ + "libgpg-error" + ] +} |
