vcpkg/ports/libxmp/vcpkg.json

32 lines
649 B
JSON
Raw Normal View History

2023-04-15 16:10:34 +08:00
{
"name": "libxmp",
2023-06-22 08:55:07 +08:00
"version": "4.6.0",
"port-version": 1,
2023-04-15 16:10:34 +08:00
"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",
2023-04-15 16:10:34 +08:00
"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."
}
}
}