aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stormlib/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/stormlib/vcpkg.json')
-rw-r--r--vcpkg/ports/stormlib/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/stormlib/vcpkg.json b/vcpkg/ports/stormlib/vcpkg.json
new file mode 100644
index 0000000..a470186
--- /dev/null
+++ b/vcpkg/ports/stormlib/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "stormlib",
+ "version": "9.26",
+ "description": "StormLib is a library for opening and manipulating Blizzard MPQ files",
+ "dependencies": [
+ "bzip2",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}