diff options
Diffstat (limited to 'vcpkg/ports/healpix/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/healpix/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/healpix/vcpkg.json b/vcpkg/ports/healpix/vcpkg.json new file mode 100644 index 0000000..998ddfe --- /dev/null +++ b/vcpkg/ports/healpix/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "healpix", + "version": "1.12.10", + "port-version": 9, + "description": "HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelation of a sphere.", + "homepage": "http://healpix.sourceforge.net/", + "supports": "linux", + "dependencies": [ + "cfitsio" + ] +} |