diff --git a/ports/sciplot/portfile.cmake b/ports/sciplot/portfile.cmake new file mode 100644 index 0000000000..c6a369eb6b --- /dev/null +++ b/ports/sciplot/portfile.cmake @@ -0,0 +1,22 @@ +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO sciplot/sciplot + REF v0.2.2 + SHA512 2e7646e0fd52643bf86c09466d921d7b6a53349cd113e15177c3389654e0489df1d56f5fdcad7fc73834e632fff0a303d1366688ac7bb11937d49babd0742a7f + HEAD_REF vcpkg +) + +vcpkg_configure_cmake( + SOURCE_PATH ${SOURCE_PATH} + PREFER_NINJA +) + +vcpkg_install_cmake() + +vcpkg_fixup_cmake_targets(CONFIG_PATH share/sciplot) + +vcpkg_copy_pdbs() + +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) + +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/sciplot/vcpkg.json b/ports/sciplot/vcpkg.json new file mode 100644 index 0000000000..0fdf43a09f --- /dev/null +++ b/ports/sciplot/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "sciplot", + "version": "0.2.2", + "description": "A modern c++ scientific plotting library powered by gnuplot", + "homepage": "https://github.com/sciplot/sciplot", + "supports": "!uwp" +} diff --git a/versions/baseline.json b/versions/baseline.json index 2cdf055389..556e2b77b1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5388,6 +5388,10 @@ "baseline": "4.4.6", "port-version": 0 }, + "sciplot": { + "baseline": "0.2.2", + "port-version": 0 + }, "sciter": { "baseline": "4.4.3.20", "port-version": 0 diff --git a/versions/s-/sciplot.json b/versions/s-/sciplot.json new file mode 100644 index 0000000000..ff250aea14 --- /dev/null +++ b/versions/s-/sciplot.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "6d01187d3c940b9bf5b3f35902469959fe640a6c", + "version": "0.2.2", + "port-version": 0 + } + ] +}