diff options
Diffstat (limited to 'vcpkg/ports/libxmp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxmp/vcpkg.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/libxmp/vcpkg.json b/vcpkg/ports/libxmp/vcpkg.json new file mode 100644 index 0000000..551016e --- /dev/null +++ b/vcpkg/ports/libxmp/vcpkg.json @@ -0,0 +1,31 @@ +{ + "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." + } + } +} |