diff options
Diffstat (limited to 'vcpkg/ports/supernovas/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/supernovas/vcpkg.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/supernovas/vcpkg.json b/vcpkg/ports/supernovas/vcpkg.json new file mode 100644 index 0000000..2ee5099 --- /dev/null +++ b/vcpkg/ports/supernovas/vcpkg.json @@ -0,0 +1,27 @@ +{ + "name": "supernovas", + "version": "1.5.0", + "description": "SuperNOVAS C/C++ high-precision astrometry library", + "homepage": "https://smithsonian.github.io/SuperNOVAS/", + "documentation": "https://smithsonian.github.io/SuperNOVAS/doc/html/", + "license": "Unlicense", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "solsys-calceph": { + "description": "Solar-system ephemeris support via the CALCEPH library", + "supports": "!uwp", + "dependencies": [ + "calceph" + ] + } + } +} |