early-access version 2853
This commit is contained in:
15
externals/vcpkg/ports/buck-yeh-bux-mariadb-client/portfile.cmake
vendored
Executable file
15
externals/vcpkg/ports/buck-yeh-bux-mariadb-client/portfile.cmake
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO buck-yeh/bux-mariadb-client
|
||||
REF aa7a543ed98081f357f1f27e2d77b66b81d727d6 # v1.0.3
|
||||
SHA512 35877ec1f17f43c4215c2662613ec00fc4e8a851087809aadcf4770ef1691b645a6804bfd12124af39db9338e28e9c1ed87fe03bf38e1675651a9c325df23b24
|
||||
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)
|
||||
18
externals/vcpkg/ports/buck-yeh-bux-mariadb-client/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/buck-yeh-bux-mariadb-client/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "buck-yeh-bux-mariadb-client",
|
||||
"version": "1.0.3",
|
||||
"port-version": 1,
|
||||
"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": "!(arm | uwp | osx | linux)",
|
||||
"dependencies": [
|
||||
"buck-yeh-bux",
|
||||
"fmt",
|
||||
"libmariadb",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user