vcpkg/ports/cspice/vcpkg.json
Alexander Neumann 6750a2836a
[vcpkg baseline] Move cspice headers (#23272)
* move headers into own subdir

* add license

* version stuff

Co-authored-by: Alexander Neumann <you@example.com>
2022-02-25 15:07:28 -08:00

20 lines
383 B
JSON

{
"name": "cspice",
"version": "67",
"port-version": 2,
"description": "NASA C SPICE toolkit",
"homepage": "https://naif.jpl.nasa.gov/naif/toolkit_C.html",
"license": null,
"supports": "!((arm | arm64) & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}