mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:50:58 +08:00
[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:
parent
a31a450d8e
commit
8250e4dd4b
21
ports/aklomp-base64/portfile.cmake
Normal file
21
ports/aklomp-base64/portfile.cmake
Normal 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)
|
17
ports/aklomp-base64/vcpkg.json
Normal file
17
ports/aklomp-base64/vcpkg.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
9
versions/a-/aklomp-base64.json
Normal file
9
versions/a-/aklomp-base64.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f73a4f50ab2a515962e939dad478916a5f44842f",
|
||||
"version-date": "2023-01-06",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user