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

View File

@@ -0,0 +1,14 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lava/matplotlib-cpp
REF 70d508fcb7febc66535ba923eac1b1a4e571e4d1
SHA512 4da452fc38b6c349a1b08b97775ef2d90354fabd3c8c3a0383f08609b22dea222b7f3e091efc1b833755f6b5c1e8564e675d2ed54cdc21f8b07b1b7bb44a82f4
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/matplotlibcpp.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

View File

@@ -0,0 +1,7 @@
{
"name": "matplotlib-cpp",
"version-string": "2020-08-27",
"port-version": 1,
"description": "Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib",
"homepage": "https://github.com/lava/matplotlib-cpp"
}