mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:59:05 +08:00
[rappture] Update port to use vcpkg.json instead of CONTROL (#20049)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
b91abc4eda
commit
f4a827c2a7
@ -1,4 +0,0 @@
|
||||
Source: rappture
|
||||
Version: 1.9
|
||||
Description: Rappture is a toolkit supporting Rapid application infrastructure, making it quick and easy to develop powerful scientific applications.
|
||||
Build-Depends: expat, zlib
|
@ -15,14 +15,13 @@ vcpkg_extract_source_archive_ex(
|
||||
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_fixup_cmake_targets()
|
||||
vcpkg_cmake_config_fixup()
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
18
ports/rappture/vcpkg.json
Normal file
18
ports/rappture/vcpkg.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "rappture",
|
||||
"version": "1.9",
|
||||
"port-version": 1,
|
||||
"description": "Rappture is a toolkit supporting Rapid application infrastructure, making it quick and easy to develop powerful scientific applications.",
|
||||
"dependencies": [
|
||||
"expat",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
]
|
||||
}
|
@ -5586,7 +5586,7 @@
|
||||
},
|
||||
"rappture": {
|
||||
"baseline": "1.9",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"raylib": {
|
||||
"baseline": "3.7.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "46511874b74e433c10e518d592ae43a475bb7aaf",
|
||||
"version": "1.9",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1bff8b135623078465252ff2d940407537851f2a",
|
||||
"version-string": "1.9",
|
||||
|
Loading…
Reference in New Issue
Block a user