aboutsummaryrefslogtreecommitdiff
path: root/ports/xtl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xtl')
-rw-r--r--ports/xtl/CONTROL3
-rw-r--r--ports/xtl/portfile.cmake11
2 files changed, 6 insertions, 8 deletions
diff --git a/ports/xtl/CONTROL b/ports/xtl/CONTROL
index b0fbdd39c..600536d12 100644
--- a/ports/xtl/CONTROL
+++ b/ports/xtl/CONTROL
@@ -1,4 +1,5 @@
Source: xtl
-Version: 0.6.5
+Version: 0.6.10
Build-Depends: nlohmann-json
Description: The x template library.
+Homepage: https://github.com/xtensor-stack/xtl
diff --git a/ports/xtl/portfile.cmake b/ports/xtl/portfile.cmake
index 74cbbbc03..1e09d5fc5 100644
--- a/ports/xtl/portfile.cmake
+++ b/ports/xtl/portfile.cmake
@@ -1,12 +1,10 @@
# header-only library
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO QuantStack/xtl
- REF 0d1f896ba90664248279baaea0059699cff5ab9b
- SHA512 8375dc3c64d49b1722bdb579b397f296ae28042fd41b2e0556b3ad53b8b3615c250096aa09f1997d964285f6969d599d49e3b9204b45877af858c9a463619ab2
+ REPO xtensor-stack/xtl
+ REF 557bbc914e91e4efa93b2ca8d09ab11b1e70b711 # 0.6.10
+ SHA512 bf02c90f17dcf46ca424fb4bb6bbda5a57f0f1258c35f0c9ddc3ff6f0bcdd1c5f485f786b986ee96b0044340b2a9e25f1750fbee1b32c76b0c68e8a04127fba5
HEAD_REF master
)
@@ -24,5 +22,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-# Handle copyright
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)