mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 14:23:03 +08:00
[unqlite] Add new port (#13544)
This commit is contained in:
parent
2ad537e323
commit
2a6442cb93
20
ports/unqlite/portfile.cmake
Normal file
20
ports/unqlite/portfile.cmake
Normal file
@ -0,0 +1,20 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO symisc/unqlite
|
||||
REF ddb1687036d207bbfc67b98cb470fe52ddf22f62 # 1.1.9
|
||||
SHA512 eaabaf5f35662a6ea734c18878f55f5e6e956cd151bb941321f97247bbe0b7f402ceca39c191d31e87db1c04188ca0eaf69c9b202848babfe23d5ffee48df9a7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
7
ports/unqlite/vcpkg.json
Normal file
7
ports/unqlite/vcpkg.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "unqlite",
|
||||
"version-string": "1.1.9",
|
||||
"description": "An embedded NoSQL, transactional database engine",
|
||||
"homepage": "https://unqlite.org/",
|
||||
"license": "BSD-2-Clause"
|
||||
}
|
Loading…
Reference in New Issue
Block a user