aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libgig/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libgig/vcpkg.json')
-rw-r--r--vcpkg/ports/libgig/vcpkg.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/libgig/vcpkg.json b/vcpkg/ports/libgig/vcpkg.json
new file mode 100644
index 0000000..637ec6e
--- /dev/null
+++ b/vcpkg/ports/libgig/vcpkg.json
@@ -0,0 +1,32 @@
+{
+ "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"
+ ]
+ }
+ }
+}