vcpkg/ports/sciplot/vcpkg.json
Julian Scholle cd7f976e99
[sciplot] Add new port (#15913)
* add sciplot port

* port should also work on all platforms, as long as gnuplot can be installed

* add version information to vcpkg

* disable uwp in build pipeline and fix version SHA

* uwp not supported

* fix version sha

* Use vcpkg.json and bump version to 0.2.2

* add sciplot version

* [sciplot] Remove inaccessible 0.1 port

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-01 10:44:04 -07:00

8 lines
200 B
JSON

{
"name": "sciplot",
"version": "0.2.2",
"description": "A modern c++ scientific plotting library powered by gnuplot",
"homepage": "https://github.com/sciplot/sciplot",
"supports": "!uwp"
}