mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[tl-ranges] Add new port (#21820)
* [tl-ranges] New port * Update baseline * Correct port version * Correct baseline version * Update versions/t-/tl-ranges.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update tl-ranges.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
738720268b
commit
1b6be5d678
18
ports/tl-ranges/portfile.cmake
Normal file
18
ports/tl-ranges/portfile.cmake
Normal file
@ -0,0 +1,18 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO TartanLlama/ranges
|
||||
REF f1aa65d89cee16071f1f5b21e32df5f8ff0d1688
|
||||
SHA512 0b94ceba4aaa26a2aefff7837df7b832aea79a5822fb33f18ba47610aed7341ff173b23b8fe9dbf8060c144edd44ae916a3c71db440a66f3c1e8f7bdab27d767
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DRANGES_BUILD_TESTS=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
12
ports/tl-ranges/vcpkg.json
Normal file
12
ports/tl-ranges/vcpkg.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "tl-ranges",
|
||||
"version-date": "2021-12-02",
|
||||
"description": "Ranges that didn't make C++20",
|
||||
"homepage": "https://tl.tartanllama.xyz",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -6828,6 +6828,10 @@
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 2
|
||||
},
|
||||
"tl-ranges": {
|
||||
"baseline": "2021-12-02",
|
||||
"port-version": 0
|
||||
},
|
||||
"tlx": {
|
||||
"baseline": "0.5.20191212",
|
||||
"port-version": 2
|
||||
|
9
versions/t-/tl-ranges.json
Normal file
9
versions/t-/tl-ranges.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7b8e77a41595c1f5d6fc5efdba421c7240fc26d9",
|
||||
"version-date": "2021-12-02",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user