diff options
Diffstat (limited to 'vcpkg/ports/calceph/vcpkg.json')
| -rwxr-xr-x | vcpkg/ports/calceph/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/calceph/vcpkg.json b/vcpkg/ports/calceph/vcpkg.json new file mode 100755 index 0000000..f149243 --- /dev/null +++ b/vcpkg/ports/calceph/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "calceph", + "version": "4.0.5", + "port-version": 1, + "description": "C library to access the binary planetary ephemeris files.", + "homepage": "https://www.imcce.fr/inpop/calceph/", + "documentation": "https://calceph.imcce.fr/docs/latest/html/c/index.html", + "license": "CECILL-2.1 OR CECILL-B OR CECILL-C", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |