vcpkg/ports/libmikmod/vcpkg.json
2022-10-28 21:39:45 -07:00

17 lines
413 B
JSON

{
"name": "libmikmod",
"version": "3.3.11.1",
"port-version": 11,
"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",
"dependencies": [
"openal-soft",
{
"name": "vcpkg-cmake",
"host": true
}
]
}