[aklomp-base64] New Port (#30680)

* [aklomp-base64] port added

* [aklomp-base64] vcpkg.json update

* [aklomp-base64] license name fix

* [aklomp-base64] common mistakes fix

* [aklomp-base64] versions

---------

Co-authored-by: Nikolay Shishov <nikolay.shishov@admiralmarkets.com>
This commit is contained in:
Nikolay Shishov 2023-04-05 22:42:33 +03:00 committed by GitHub
parent a31a450d8e
commit 8250e4dd4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,21 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aklomp/base64
REF e77bd70bdd860c52c561568cffb251d88bba064c
SHA512 bc0cf64f6a24226a64c51983e8b73b4d4e893b8242bc6ac39361d977996de453d9f95ed0ab68a7544f21b0be1d76ae53af96521207a651c95673b02954cc5bbe
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
)
vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_cmake_config_fixup(
CONFIG_PATH "lib/cmake/base64"
)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -0,0 +1,17 @@
{
"name": "aklomp-base64",
"version-date": "2023-01-06",
"description": "Implementation of a base64 stream encoding/decoding library in C99 with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3, SSE4.1, SSE4.2, AVX) and OpenMP acceleration",
"homepage": "https://github.com/aklomp/base64",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "f73a4f50ab2a515962e939dad478916a5f44842f",
"version-date": "2023-01-06",
"port-version": 0
}
]
}

View File

@ -60,6 +60,10 @@
"baseline": "1.43",
"port-version": 1
},
"aklomp-base64": {
"baseline": "2023-01-06",
"port-version": 0
},
"alac": {
"baseline": "2017-11-03-c38887c5",
"port-version": 3