diff options
| author | Chris Moore <crmoore@users.noreply.github.com> | 2020-04-27 09:53:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-27 06:53:55 -0700 |
| commit | ff32240ab46609829b22846d18f1a5b1ebef0f28 (patch) | |
| tree | 79f515d38f466cbccdd0df4cc3734784e0d100cf /ports/libtomcrypt/CONTROL | |
| parent | 28ab0b15cd7cdc1004cac9a28a5ecab198c161b9 (diff) | |
| download | vcpkg-ff32240ab46609829b22846d18f1a5b1ebef0f28.tar.gz vcpkg-ff32240ab46609829b22846d18f1a5b1ebef0f28.zip | |
[Libtomcrypt, libtommath] new ports (#10960)
* Add initial version of libttommath port
* Add initial version of libtomcrypt port
* Remove unnecessary EXTRALIB flag.
* Remove deprecated include(vcpkg_common_functions)
* Add homepage to CONTROL file
* Update license copying in portfile
* [libtommath] make build for non-windows
* [libtomcrypt] make build for non-windows
* [libtomcrypt] update ci baseline
* [libtomcrypt] set HEAD_REF to upstream dev branch
* [libtommath] set HEAD_REF to upstream dev branch
* [libtomcrypt] Correct CFLAGS and include path
* [libtommath][libtomcrypt] Lowercase 'debug' folder. Tweak CRT flags. Use VCPKG_CONCURRENCY.
* [libtomcrypt] Remove x64-windows-static=fail from the ci baseline
Co-authored-by: Frederik Juul <frederik.juul@3shape.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/libtomcrypt/CONTROL')
| -rw-r--r-- | ports/libtomcrypt/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/libtomcrypt/CONTROL b/ports/libtomcrypt/CONTROL new file mode 100644 index 000000000..c5f79aa32 --- /dev/null +++ b/ports/libtomcrypt/CONTROL @@ -0,0 +1,5 @@ +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 |
