vcpkg/ports/eve/vcpkg.json
kreuzerkrieg 7cbac84503
[eve] add eve library (#22179)
* add eve library

* add eve library

* add eve library

* Reindent portfile.cmake, use version-date, and rebuild version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-28 18:27:01 -08:00

19 lines
402 B
JSON

{
"name": "eve",
"version-date": "2021-10-16",
"description": "EVE - the Expressive Vector Engine",
"homepage": "https://github.com/jfalcou/eve",
"documentation": "https://jfalcou.github.io/eve/html/pages.html",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}