diff options
Diffstat (limited to 'vcpkg/ports/cspice/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cspice/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/cspice/vcpkg.json b/vcpkg/ports/cspice/vcpkg.json new file mode 100644 index 0000000..ca1ff02 --- /dev/null +++ b/vcpkg/ports/cspice/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "cspice", + "version": "67", + "port-version": 4, + "description": "NASA C SPICE toolkit", + "homepage": "https://naif.jpl.nasa.gov/naif/toolkit_C.html", + "license": null, + "supports": "!(arm & windows)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |