mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
8be970aaea
* [libxmp] Avoid building documentation. * [libxmp] Use vcpkg_install_copyright. * [libxmp] Bump port version.
32 lines
649 B
JSON
32 lines
649 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
}
|