vcpkg/ports/nifly/vcpkg.json
Guekka 7c03f8a6ab
[nifly] new port (#21553)
* [nifly] new port

* [nifly] update versions database

* [nifly] Fix name of HEAD_REF

Co-authored-by: Sergii Baitala <sbaitala@imprivata.com>

* [nifly] update versions database

* [nifly] Update ports/nifly/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update vcpkg.json

* [nifly] update versions database

* Remove no longer necessary vcpkg_fail_port_install and fixup whitespace.

Co-authored-by: Sergii Baitala <sbaitala@imprivata.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-26 01:17:35 -08:00

18 lines
340 B
JSON

{
"name": "nifly",
"version": "1.0.0",
"description": "A C++ library for working with the NIF file format",
"homepage": "https://github.com/ousnius/nifly",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}