early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

21
externals/vcpkg/ports/bustache/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,21 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jamboree/bustache
REF abb25ca189425783c6b7ec5c17c5284dccb59faf
SHA512 be00451f6a85edccacbdd5d8478d7af4f3162f9a9a31af876004237ca7f303c1262b2ea623e6ec595d73440dc14fcf22d185bc521fd3aca6e28ec43890d611c5
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "share/bustache/cmake")
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"
)
# No license file --> use Readme
file(INSTALL "${SOURCE_PATH}/README.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

20
externals/vcpkg/ports/bustache/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,20 @@
{
"name": "bustache",
"version": "1.1.0",
"port-version": 2,
"description": "C++11 implementation of {{ mustache }}",
"homepage": "https://github.com/jamboree/bustache",
"license": "BSL-1.0",
"dependencies": [
"boost-unordered",
"boost-utility",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}