Let's try vcpkg_from_github

This commit is contained in:
Jesse Talavera-Greenberg 2017-07-20 17:25:17 -04:00
parent f8f6628eec
commit 4f5f505f36
No known key found for this signature in database
GPG Key ID: 100D3E7396EED2B6

View File

@ -11,11 +11,12 @@
# #
include(vcpkg_common_functions) include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/allegro5-5.2.1.0) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/allegro5-5.2.3.0)
vcpkg_download_distfile(ARCHIVE vcpkg_from_github(
URLS "https://github.com/liballeg/allegro5/archive/5.2.1.0.zip" OUT_SOURCE_PATH ${SOURCE_PATH}
FILENAME "allegro5-5.2.1.0.zip" REPO liballeg/allegro5
SHA512 3271483714699e10d6ec0c0d94491d20d227b5a767d5134b592418bd0838c64d3a6448ba8448d568aeb846a6b50004656507deabb2d82dfe748f4ccc83ba1a53 REF 7d8892a
HEAD_REF master
) )
vcpkg_extract_source_archive(${ARCHIVE}) vcpkg_extract_source_archive(${ARCHIVE})