early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/sqlite-modern-cpp/portfile.cmake
vendored
Executable file
13
externals/vcpkg/ports/sqlite-modern-cpp/portfile.cmake
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
# header only
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO SqliteModernCpp/sqlite_modern_cpp
|
||||
REF 936cd0c86aacac87a3dab32906397944ae5f6c3d
|
||||
SHA512 8ce1b7593fe77dcab297ab4cae0158b43d55b33c1823b2dc5bf22e5545d9781d675ba5ac82b81782f502b34d2335eee2c26167726746a61a0ad566b657d2faf0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/hdr/ DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share/sqlite-modern-cpp)
|
||||
file(INSTALL ${SOURCE_PATH}/License.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/sqlite-modern-cpp RENAME copyright)
|
10
externals/vcpkg/ports/sqlite-modern-cpp/vcpkg.json
vendored
Executable file
10
externals/vcpkg/ports/sqlite-modern-cpp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "sqlite-modern-cpp",
|
||||
"version-string": "3.2-936cd0c8",
|
||||
"port-version": 1,
|
||||
"description": "The C++14 wrapper around sqlite library",
|
||||
"homepage": "https://github.com/aminroosta/sqlite_modern_cpp",
|
||||
"dependencies": [
|
||||
"sqlite3"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user