early-access version 2853
This commit is contained in:
30
externals/vcpkg/ports/avisynthplus/portfile.cmake
vendored
Executable file
30
externals/vcpkg/ports/avisynthplus/portfile.cmake
vendored
Executable file
@@ -0,0 +1,30 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO AviSynth/AviSynthPlus
|
||||
REF v3.7.2
|
||||
SHA512 82cf2afed4cc53c0e09d367ff3df1db0e9ac17ff2458e4660c646430d8e72f472b072a3910c9595b26eb5ac89c82fe74699acab3869014f87d8e2738b81568a1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_download_distfile(GHC_ARCHIVE
|
||||
URLS "https://github.com/gulrak/filesystem/archive/3f1c185ab414e764c694b8171d1c4d8c5c437517.zip"
|
||||
FILENAME filesystem-3f1c185ab414e764c694b8171d1c4d8c5c437517.zip
|
||||
SHA512 e3fe1e41b31f840ebc219fcd795e7be2973b80bb3843d6bb080786ad9e3e7f846a118673cb9e17d76bae66954e64e024a82622fb8cea7818d5d9357de661d3d1
|
||||
)
|
||||
|
||||
file(REMOVE_RECURSE "${SOURCE_PATH}/filesystem")
|
||||
vcpkg_extract_source_archive(extracted_archive ARCHIVE "${GHC_ARCHIVE}")
|
||||
file(RENAME "${extracted_archive}" "${SOURCE_PATH}/filesystem")
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DENABLE_PLUGINS=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(INSTALL "${SOURCE_PATH}/distrib/gpl.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
Reference in New Issue
Block a user