mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:19:01 +08:00
d48ac9aa52
* [angelscript] Update to 2.35.1 * [angelscript] update versions json * [angelscript] apply suggestions * [angelscript] add port version * [angelscript] update versions json * [angelscript] update versions json * Update ports/angelscript/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [angelscript] update versions json * Update angelscript.json * Remove no longer necessary vcpkg_fail_port_install call and fixup whitespace. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
764 B
JSON
23 lines
764 B
JSON
{
|
|
"name": "angelscript",
|
|
"version": "2.35.1",
|
|
"description": "The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.",
|
|
"homepage": "https://angelcode.com/angelscript",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"addons": {
|
|
"description": "Installs all addons for use in compiling scripts addons"
|
|
}
|
|
}
|
|
}
|