diff options
Diffstat (limited to 'vcpkg/ports/libmypaint/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libmypaint/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libmypaint/vcpkg.json b/vcpkg/ports/libmypaint/vcpkg.json new file mode 100644 index 0000000..35caad1 --- /dev/null +++ b/vcpkg/ports/libmypaint/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "libmypaint", + "version": "1.6.1", + "port-version": 1, + "description": "Brush library used by MyPaint", + "homepage": "mypaint.org", + "license": "ISC", + "supports": "!windows | mingw", + "dependencies": [ + "glib", + "json-c", + { + "name": "vcpkg-make", + "host": true + } + ] +} |