aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmypaint/vcpkg.json
blob: 35caad1ed11ee2a1085d1140e827c41cb4d3d234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}