vcpkg/ports/qhull/vcpkg.json
Kai Pastor 61ae96ea06
[qhull] Fix copyright, pc files, cmake usage (#23129)
* Modernize portfile

* Install COPYING.txt for copyright

* Create uniform pc file names for all configurations

* Provide uniform and documented CMake config

* Update versions

* Use version field

* Update versions

* CI
2022-02-22 13:08:24 -08:00

19 lines
371 B
JSON

{
"name": "qhull",
"version": "8.0.2",
"port-version": 3,
"description": "computes the convex hull, Delaunay triangulation, Voronoi diagram",
"homepage": "https://github.com/qhull/qhull",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}