mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[buck-yeh-bux-mariadb-client] Delist (#42234)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
4d27fa9536
commit
b1993b49b2
@ -1,15 +0,0 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO buck-yeh/bux-mariadb-client
|
||||
REF "${VERSION}"
|
||||
SHA512 89ae1d7c49ed9f1bd600a4da91aa4ff0853cdb8a3e3724bf0902aecdcd8706f6ee1d5355926e1cf2a6225063b109a055efa28a40475e31d22f9c57a38582483a
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "buck-yeh-bux-mariadb-client",
|
||||
"version": "1.0.4",
|
||||
"description": "Loose-coupled throw-on-error C++20 wrapper classes and utilities over mysql/mariadb Connector/C API",
|
||||
"homepage": "https://github.com/buck-yeh/bux-mariadb-client",
|
||||
"license": "MIT",
|
||||
"supports": "!(android | linux | osx | uwp)",
|
||||
"dependencies": [
|
||||
"buck-yeh-bux",
|
||||
"libmariadb",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -158,7 +158,6 @@ boringssl:x86-windows=skip
|
||||
brpc:x64-android=fail
|
||||
buck-yeh-bux:x64-uwp=skip
|
||||
buck-yeh-bux:x86-windows=skip
|
||||
buck-yeh-bux-mariadb-client:x86-windows=skip
|
||||
caf:arm-neon-android=fail
|
||||
caf:arm64-uwp=fail
|
||||
caf:arm64-android=fail
|
||||
|
@ -1424,10 +1424,6 @@
|
||||
"baseline": "1.9.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"buck-yeh-bux-mariadb-client": {
|
||||
"baseline": "1.0.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"buck-yeh-bux-sqlite": {
|
||||
"baseline": "1.0.1",
|
||||
"port-version": 0
|
||||
|
Loading…
Reference in New Issue
Block a user