vcpkg/ports/libxmp/vcpkg.json
Pierre Wendling 8be970aaea
[libxmp] Fix post-build issues (#32086)
* [libxmp] Avoid building documentation.

* [libxmp] Use vcpkg_install_copyright.

* [libxmp] Bump port version.
2023-06-26 22:53:36 -07:00

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."
}
}
}