aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ershov <digital.stream.of.mind@gmail.com>2020-01-15 21:32:11 +0300
committernicole mazzuca <mazzucan@outlook.com>2020-01-15 10:32:11 -0800
commita3b9437674107e18b4922d7aa2d67464ecadc91f (patch)
treec512a1a3502fa46229d68daa89023d4ce22dfaaa
parentfc5134c3a24a3622d0bc056d6bdd4c9a7c51a327 (diff)
downloadvcpkg-a3b9437674107e18b4922d7aa2d67464ecadc91f.tar.gz
vcpkg-a3b9437674107e18b4922d7aa2d67464ecadc91f.zip
[glad] Update to 0.1.33 (#9627)
* [glad] Update to 0.1.33 * [glad] clean portfile, add homepage
-rw-r--r--ports/glad/CONTROL3
-rw-r--r--ports/glad/portfile.cmake8
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/glad/CONTROL b/ports/glad/CONTROL
index f5ac7ac02..dc556e13d 100644
--- a/ports/glad/CONTROL
+++ b/ports/glad/CONTROL
@@ -1,4 +1,5 @@
Source: glad
-Version: 0.1.31
+Version: 0.1.33
Description: Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Build-Depends: egl-registry, opengl-registry
+Homepage: https://github.com/Dav1dde/glad
diff --git a/ports/glad/portfile.cmake b/ports/glad/portfile.cmake
index 2be191fc1..9f08fe660 100644
--- a/ports/glad/portfile.cmake
+++ b/ports/glad/portfile.cmake
@@ -1,12 +1,10 @@
-include(vcpkg_common_functions)
-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Dav1dde/glad
- REF 1a42f8a6099c60f6a4522731fadad4191d64e6ff
- SHA512 02870cf43b5ee33a733122885f748a1368e4487fc08f32ba376d6d53c0efd9ed6e9aea350b723d955869ed47b4d9d69235a52f01723215cf4393d6ca99e2ac00
+ REF de6c39e3040c987323b8ed078c36442f4fb681b3
+ SHA512 a24523186d59de5c0895791c639c62573eaacf1d3843d3bf81eba848b4a33a9a8d17f9b6f791202dac77692bf147e25b3650989731d5ddb7a22e7d023b66885e
HEAD_REF master
)
@@ -42,4 +40,4 @@ vcpkg_copy_pdbs()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/glad)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/include/KHR)
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/glad/copyright COPYONLY)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)