aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/appstream-glib/vcpkg.json
blob: 474642dbb6f7d5793278745faa349e04fbd323d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "appstream-glib",
  "version": "0.8.3",
  "description": "Provides GObjects and helper methods to make it easy to read and write AppStream metadata.",
  "homepage": "https://github.com/hughsie/appstream-glib/",
  "license": "LGPL-2.1-or-later",
  "supports": "!windows | mingw",
  "dependencies": [
    "curl",
    "fontconfig",
    "freetype",
    "gdk-pixbuf",
    "glib",
    {
      "name": "gperf",
      "host": true
    },
    "gtk3",
    "json-glib",
    "libarchive",
    {
      "name": "libuuid",
      "platform": "linux"
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}