aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmikmod/vcpkg.json
blob: 0641637961e68553cb462017095a0ec115687a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libmikmod",
  "version": "3.3.11.1",
  "port-version": 13,
  "description": "Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm.",
  "homepage": "https://sourceforge.net/projects/mikmod/",
  "license": "LGPL-2.1-or-later",
  "supports": "!(osx | uwp | xbox)",
  "dependencies": [
    "openal-soft",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}