aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/portable-snippets/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/portable-snippets/vcpkg.json')
-rw-r--r--vcpkg/ports/portable-snippets/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/portable-snippets/vcpkg.json b/vcpkg/ports/portable-snippets/vcpkg.json
new file mode 100644
index 0000000..efcb6e5
--- /dev/null
+++ b/vcpkg/ports/portable-snippets/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "portable-snippets",
+ "version-date": "2019-09-20",
+ "port-version": 4,
+ "description": "Collection of miscellaneous portable C snippets",
+ "homepage": "https://github.com/nemequ/portable-snippets",
+ "license": null,
+ "supports": "!(arm & osx)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}