zeek/auxil/vcpkg/ports/libgig/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

33 lines
653 B
JSON

{
"name": "libgig",
"version": "4.4.1",
"description": "C++ library for loading Gigasampler files and DLS Level 1/2 files",
"homepage": "https://www.linuxsampler.org/libgig/",
"license": "GPL-2.0-or-later",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tests": {
"description": "Build test cases",
"dependencies": [
"cppunit"
]
},
"tools": {
"description": "Build extra tools",
"dependencies": [
"libsndfile"
]
}
}
}