File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2024 Matt Borland
2+ # Distributed under the Boost Software License, Version 1.0.
3+ # https://www.boost.org/LICENSE_1_0.txt
4+
5+ if (APPLE )
6+ list (APPEND B2_OPTIONS cxxstd=14)
7+ endif ()
Original file line number Diff line number Diff line change 1+ # Copyright 2024 Matt Borland
2+ # Distributed under the Boost Software License, Version 1.0.
3+ # https://www.boost.org/LICENSE_1_0.txt
4+ #
5+ # See: https://devblogs.microsoft.com/cppblog/registries-bring-your-own-libraries-to-vcpkg/
6+
7+ vcpkg_from_github(
8+ OUT_SOURCE_PATH SOURCE_PATH
9+ REPO cppalliance/int128
10+ REF v1.1.0
11+ SHA512 f184f341b0a6afb83cfed6b1680356f20d6df01fcc9fedd901ecb27e87819f093c1d8acfc14d2a50335e20c5079f36ac6902c531cc96b1c4590d147edacf5e8f
12+ HEAD_REF master
13+ )
14+
15+ file (COPY "${SOURCE_PATH} /include" DESTINATION "${CURRENT_PACKAGES_DIR} " )
16+ file (INSTALL "${SOURCE_PATH} /LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " RENAME copyright)
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " int128" ,
3+ "version" : " 1.1.0" ,
4+ "description" : " Portable and performant 128-bit integers" ,
5+ "homepage" : " https://github.com/cppalliance/int128" ,
6+ "license" : " BSL-1.0" ,
7+ "dependencies" : [
8+ {
9+ "name" : " vcpkg-cmake" ,
10+ "host" : true
11+ }
12+ ]
13+ }
You can’t perform that action at this time.
0 commit comments