diff options
Diffstat (limited to 'vcpkg/ports/physfs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/physfs/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/physfs/vcpkg.json b/vcpkg/ports/physfs/vcpkg.json new file mode 100644 index 0000000..f614b9a --- /dev/null +++ b/vcpkg/ports/physfs/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "physfs", + "version-semver": "3.2.0", + "port-version": 1, + "description": "a library to provide abstract access to various archives", + "homepage": "https://icculus.org/physfs/", + "license": "Zlib", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |