vcpkg/ports/libmikmod/vcpkg.json
2024-11-26 12:25:47 -08:00

17 lines
421 B
JSON

{
"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
}
]
}