vcpkg/ports/wcslib/vcpkg.json
Simon Perkins 4a45104152
[wcslib] Add wcslib port (#31320)
* Initial commit

* Add usage and install

* Correct library  name

* Try configure install

* Disable more features

* Remove redundant lines

* Remove CMakeLists.txt

* --without-cfitsio

* Clean up vcpkg.json and disable windows

* Format the manifest

* Add versions

* Update homepage and download URL

* Fix version

* Update usage

* Update version
2023-05-16 10:45:18 -07:00

8 lines
194 B
JSON

{
"name": "wcslib",
"version": "7.12",
"description": "World Coordinate System (WCS) (Library)",
"homepage": "https://www.atnf.csiro.au/people/mcalabre/WCS/",
"supports": "!windows"
}