diff options
Diffstat (limited to 'vcpkg/ports/rappture/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rappture/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/rappture/vcpkg.json b/vcpkg/ports/rappture/vcpkg.json new file mode 100644 index 0000000..ab94b10 --- /dev/null +++ b/vcpkg/ports/rappture/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "rappture", + "version": "1.9", + "port-version": 4, + "description": "Rappture is a toolkit supporting Rapid application infrastructure, making it quick and easy to develop powerful scientific applications.", + "license": null, + "dependencies": [ + "expat", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |