aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxmp/vcpkg.json
blob: 551016eefda247bd905ed872e749d5f957d648a3 (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
31
{
  "name": "libxmp",
  "version": "4.6.0",
  "port-version": 1,
  "description": "Libxmp is a library that renders module files to PCM data.",
  "homepage": "https://sourceforge.net/projects/xmp/",
  "license": "LGPL-2.1-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "depackers",
    "prowizard"
  ],
  "features": {
    "depackers": {
      "description": "Enable archive depackers."
    },
    "prowizard": {
      "description": "Enable ProWizard format loaders."
    }
  }
}