diff options
Diffstat (limited to 'ports/libtomcrypt')
| -rw-r--r-- | ports/libtomcrypt/CONTROL | 5 | ||||
| -rw-r--r-- | ports/libtomcrypt/vcpkg.json | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/libtomcrypt/CONTROL b/ports/libtomcrypt/CONTROL deleted file mode 100644 index c5f79aa32..000000000 --- a/ports/libtomcrypt/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: libtomcrypt -Version: 1.18.2-1 -Description: LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. -Homepage: https://www.libtom.net/LibTomCrypt/ -Build-Depends: libtommath
\ No newline at end of file diff --git a/ports/libtomcrypt/vcpkg.json b/ports/libtomcrypt/vcpkg.json new file mode 100644 index 000000000..4607ff076 --- /dev/null +++ b/ports/libtomcrypt/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "libtomcrypt", + "version-string": "1.18.2", + "port-version": 2, + "description": "LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.", + "homepage": "https://www.libtom.net/LibTomCrypt/", + "dependencies": [ + "libtommath" + ] +} |
