vcpkg/ports/gppanel/vcpkg.json
autoantwort d6aff8080a
[gppanel] use supports expression (#25348)
* [gppanel] use supports expression

* fix osx build

* fix license
2022-06-23 13:53:51 -07:00

20 lines
503 B
JSON

{
"name": "gppanel",
"version-date": "2020-05-20",
"port-version": 2,
"description": "gpPanel is chart library for wxWidget. It inheritance from wxPanel and use modified wxMathPlot library at chart engine.",
"homepage": "https://github.com/woollybah/gppanel",
"license": "GPL-2.0-or-later WITH WxWindows-exception-3.1",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"wxwidgets"
]
}