[cpptoml] new port (#6089)

This commit is contained in:
David Garcia 2019-04-15 13:21:25 +02:00 committed by Griffin Downs
parent 0907798d40
commit ff932937f0
2 changed files with 19 additions and 0 deletions

3
ports/cpptoml/CONTROL Normal file
View File

@ -0,0 +1,3 @@
Source: cpptoml
Version: v0.1.1
Description: A header-only library for parsing TOML configuration files.

View File

@ -0,0 +1,16 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skystrife/cpptoml
REF fededad7169e538ca47e11a9ee9251bc361a9a65
SHA512 2ec50f4585bca33bb343170470048a7d7e7902f1ffa5709cf84ddf9f53a899ff1cc9ffa49e059f6dad93d13823c4d2661bc8109e4356078cdbdfef1a2be6a622
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.h")
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cpptoml RENAME copyright)